Export variable to enable Garbage collector for mono exceptions

72 Views Asked by At

I just enabled GC as I was getting a lot of mono exceptions and increase in MAXHINCR or MAX_HEAP_SECTS exceptions. I exported the variable to enable general collector. Know I am noticing that the process is utilizing 100% allocated CPU as well as the res mem seems to be going up. The memory usage is also increasing. Would this idicate a memory leak and is this expected baheviour? Another thing I am new to this and enabling the above would this mask the actual exceptions???? I have not had a crash in 24 hours since this deployment.

/opt/novell/mono/bin/mono-sgen --gc=sgen /opt/novell/mono/lib/mono/2.0/mod-mono-se

Any help and knowledge will be very much appreciated.

0

There are 0 best solutions below