[IronPython] HostCodeHeap leakage?
Idan Zaltzberg
idan at cloudshare.com
Tue Oct 5 11:25:42 CEST 2010
I am trying to find a memory/"performance" leak in an Ipy application.
Using WINDBG (!eeheap -loader), we noticed the that the LoaderHeap is
getting bigger (150MB increase per day). From the !eeheap output it seems
that the increase is due to HostCodeHeap (objects?).
As I understand these objects might be created by Ipy infra, is that right?
Is there anyway I can get more info on their content, or prevent them from
growing?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20101005/0bc6997a/attachment.html>
More information about the Ironpython-users
mailing list