Thanks for your answer

The method GC.Collect() uses the Boehm collector ??
Because with my application, GC.Collect() doesn't reduce the total memory used. And for this reason I thought that GC.Collect wasn't implemented. So I wanted to use an other collector.


Is there any other way to force to reduce the memory used by my program ?

Thanks


From: "Pierre Arnaud" <[EMAIL PROTECTED]>
To: "HannibAl Bundie" <[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>
Subject: Re: [Mono-list] How to use the Boehm garbage collector
Date: Mon, 3 May 2004 16:12:52 +0200

HannibAl Bundie wrote:
> Nevertheless, I would like to force a garbage collection. In this case,
> what namespace I have to use in the aim to apply a GC_gcollect() ?

Probably, just like on .NET :

System.GC.Collect ();

Just my 0.02? :-)

Pierre

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

_________________________________________________________________
Dialoguez en direct et gratuitement avec vos amis sur http://g.msn.fr/FR1001/866 MSN Messenger !


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to