[Mono-bugs] [Bug 72792][Maj] Changed - mono eats memory running on SLES
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 22:50:54 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=72792
--- shadow/72792 2005-04-25 22:20:04.000000000 -0400
+++ shadow/72792.tmp.6237 2005-04-25 22:50:54.000000000 -0400
@@ -264,6 +264,20 @@
Created an attachment (id=15005)
memory usage diagram; The app was started at nearly 10:00. The app used the whole memory an half our later
------- Additional Comments From bmaurer@users.sf.net 2005-04-25 22:20 -------
I can repro this leaking on the new io-layer.
+
+------- Additional Comments From bmaurer@users.sf.net 2005-04-25 22:50 -------
+Ok, maybe I can't. Since there are 100 threads, I think that I am
+seeing the effects of different threads doing a GC, and thus causing
+the rss to grow a bit but the vsz to stay the same.
+
+I'll leave this running overnight to test it.
+
+Can you try these pre-relese rpms of what will be 1.1.7:
+
+http://primates.ximian.com/~bmaurer/1.1.6.9.43563/
+
+It has the new io-layer, and may very well have a fix for your code
+embedded.