[Mono-bugs] [Bug 49362][Nor] Changed - Garbage collector doesn't release memory
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Oct 2003 09:38:11 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49362
--- shadow/49362 2003-10-06 04:15:48.000000000 -0400
+++ shadow/49362.tmp.27921 2003-10-06 09:38:11.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 49362
Product: Mono/Runtime
Version: unspecified
OS: Suse 8.2
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: JoergR@voelcker.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -38,6 +38,10 @@
Additional Information:
------- Additional Comments From JoergR@voelcker.com 2003-10-06 04:15 -------
Created an attachment (id=5504)
Test case
+
+------- Additional Comments From lupus@ximian.com 2003-10-06 09:38 -------
+Made GetTotalMemory() return an approssimation of the used memory
+instead of the heap size.