[Mono-list] GC.Collect

Rodrigo Kumpera kumpera at gmail.com
Mon Apr 22 14:49:40 UTC 2013


Your application probably have a memory leak or you have found one in mono.

Enable GC logging (export this env var: MONO_LOG_MASK=debug) and see if the
managed heap is growing.
If it keeps growing you have a managed leak, you can use the current
profiler and its command line tools to try to figure out what's wrong.
If it's not you have a native leak, in such case, try to produce a minimal
test case and file a bug report.


On Wed, Apr 10, 2013 at 6:31 AM, Lin <lkm at ms3.url.com.tw> wrote:

> Hello,
>
> I have a C# program run in windows 7 and openSuse 12.3
>
> In Windows 7, my program only use 17MB RAM and it works perfect.
>
> But, it use more than 600MB RAM in Linux.
>
> Mono and mono-sgen has the same problem, my software is crash.
>
> So, I need help.
>
> Is anybody can help to solve this problem, or give me an idea?
>
> Thanks.
>
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/GC-Collect-tp4659310.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20130422/eb917cab/attachment.html>


More information about the Mono-list mailing list