[Mono-dev] Need help tracking this bug...
Paolo Molaro
lupus at ximian.com
Mon Apr 2 10:53:45 EDT 2007
On 03/30/07 Alan McGovern wrote:
> type=System.MonoType 2826 542.8M 201403.8 0.6
>
> Half a gigabyte of System.MonoType's? What causes these to be allocated, and
> what can i do to stop this?
That data must be incorrect. MonoType is fixed-size (16 bytes on 32 bit
systems), so the data is inconsistent. Having 2826 instances is
reasonable (though it's a hint that you or somebody else is doing
GeTypes() on the assemblies and that should be avoided). The 543 MB
for MonoType is totally bogus.
lupus
--
-----------------------------------------------------------------
lupus at debian.org debian/rules
lupus at ximian.com Monkeys do it better
More information about the Mono-devel-list
mailing list