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 <[email protected]> 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 - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
