[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
Tue, 29 Mar 2005 18:06:12 -0500 (EST)


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 vargaz@gmail.com.

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

--- shadow/73882	2005-03-19 12:32:27.000000000 -0500
+++ shadow/73882.tmp.13798	2005-03-29 18:06:12.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73882
 Product: Mono: Runtime
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: GC
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -62,6 +62,9 @@
 //
 // if use_devmem is true, either use_sbrk or use_mmap must also be true.
 // For 2.2 kernels, it looks like the sbrk address space (500MBish) and
 // 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.