You can valgrind for unmanaged leak or heap buddy for managed leak.

http://www.mono-project.com/Debugging#Using_Valgrind_on_Mono
http://www.mono-project.com/HeapBuddy

Rodrigo


On Dec 5, 2007 4:11 PM, Russell <[EMAIL PROTECTED]> wrote:

> I've ported BlogEngine.NET to mono, and while it runs successfully, it
> suffers from a memory leak that ends up killing the mod_mono process after a
> couple of hours. The mod_mono process also keeps consuming CPU time while no
> pages are being served. The issue doesn't appear with XSP2.
>
> Is there a way for me to find out what is using up the memory, or even
> just determine what threads are running?
>
> _______________________________________________
> 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

Reply via email to