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 <kump...@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.caki...@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...
>>
>
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to