[Mono-bugs] [Bug 72792][Maj] Changed - mono eats memory running on SLES

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Apr 2005 09:05:59 -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 andreas.weiss@de.bp.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72792

--- shadow/72792	2005-04-26 12:56:38.000000000 -0400
+++ shadow/72792.tmp.30643	2005-04-28 09:05:59.000000000 -0400
@@ -301,6 +301,16 @@
 
 
 ------- Additional Comments From andreas.weiss@de.bp.com  2005-04-26 12:56 -------
 the SLES was bought only for the purpose to store files and it has 
 only a limited set of installed applications. the systems runs fine 
 over weeks if I shutdown my mono application. 
+
+------- Additional Comments From andreas.weiss@de.bp.com  2005-04-28 09:05 -------
+I started the consoleapplication with a Thread.Sleep(10) of 10 ms. It 
+is possible that my old code contains a Sleep value of 100 or more 
+milli seconds. Please change it to 10 ms.
+
+It took 12 hours to reproduce the memory leak. I started the programm 
+at 21:00 and the leak happens at 10:00. I'll attache the nohup.out 
+file and a diagram. # nohup mono consoleapplication13.exe & was my 
+command line