[Mono-bugs] [Bug 690627] Dictionary/List memory usage
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 28 12:42:15 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=690627
https://bugzilla.novell.com/show_bug.cgi?id=690627#c2
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jpobst at novell.com
Resolution| |INVALID
--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 2011-04-28 16:42:14 UTC ---
If you add:
Console.WriteLine (l.Count)
*AFTER* the "mem =" line, the MEM value is 7702744.
If you add it *BEFORE* the "mem =" line, the MEM value is 9840.
So I think .NET is being clever about disposing things that aren't used
anymore.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list