[Mono-bugs] [Bug 49362][Nor] New - Garbage collector doesn't release memory
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Oct 2003 04:15:22 -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 joergr@voelcker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49362
--- shadow/49362 2003-10-06 04:15:21.000000000 -0400
+++ shadow/49362.tmp.26073 2003-10-06 04:15:22.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 49362
+Product: Mono/Runtime
+Version: unspecified
+OS: Suse 8.2
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: JoergR@voelcker.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Garbage collector doesn't release memory
+
+Description of Problem:
+The garbage collector does not release unused memory to the operating
+system. If many objects are used simultanously the memory usage of the Mono
+process stays at it's peak value.
+
+Steps to reproduce the problem:
+1. Compile the attached sample
+2. Run it
+3. See GC heap size and process memory consumption
+
+Actual Results:
+Memory consumption is still high after collecting all objects.
+
+Expected Results:
+Memory consumption should go down significantly.
+
+How often does this happen?
+Always.
+
+Additional Information: