[Mono-dev] Mono 2.8.2 GC

huseyin cakir huseyin.cakir35 at gmail.com
Fri Feb 25 16:00:08 EST 2011


This means to use GC effectively for 64 mb memory we should export:

*export MONO_ENV_OPTIONS=--gc=sgen
export MONO_GC_PARAMS=major=marksweep-fixed,** max-heap-size=64m,nursery-size=1
*

*is this the way you mentioned?*

Thank you.


On Sun, Feb 20, 2011 at 7:23 PM, Rodrigo Kumpera <kumpera at gmail.com> wrote:

> You can try the fixed heap for that, or the undocumented (not yet
> supported) MONO_GC_PARAMS option max-heap-size.
>
>
> On Sun, Feb 20, 2011 at 4:35 PM, huseyin cakir <huseyin.cakir35 at gmail.com>wrote:
>
>> well I have a  64mb ram  want to use a GC parameter that will stop
>> continuously incerasing memory usage. I use some gtk# widgets that I dispose
>> & destory but the memory still increases?
>>
>> starting with %72 and after some gtk# widget usage it continuosly
>> incerases...
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110225/6eb641a5/attachment.html 


More information about the Mono-devel-list mailing list