[Mono-bugs] [Bug 73882][Nor] Changed - Unable to allocate more than 1Gb of memory with mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Apr 2005 13:32:16 -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 joannes.vermorel@ens.fr.

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

--- shadow/73882	2005-03-29 18:06:12.000000000 -0500
+++ shadow/73882.tmp.30212	2005-04-06 13:32:16.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 73882
 Product: Mono: Runtime
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: GC
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -65,6 +65,20 @@
 // the mmap address space (1300MBish) are disjoint, so we need both
 allocators
 // to get as much virtual memory as possible.
 
 ------- Additional Comments From vargaz@gmail.com  2005-03-29 18:06 -------
 Fixed in SVN.
+
+------- Additional Comments From joannes.vermorel@ens.fr  2005-04-06 13:32 -------
+I have downloaded mono from the SVN. Indeed the 1Gb threshold has been
+fixed. Nevertheless, I still encounter the problem with a AMD64 having
+8Gb of memory. Now it's a 3Gb threshold.
+
+Running the same program (with an additionnal line that prints the
+number of allocated block at each 100th loop), I get
+
+$ 3000 Mb block allocated
+$ Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
+$ Aborted
+
+