[cmucl-cvs] CMUCL commit: src/lisp (x86-validate.h)
Raymond Toy
rtoy at common-lisp.net
Wed Dec 22 05:55:23 UTC 2010
Date: Wednesday, December 22, 2010 @ 00:55:23
Author: rtoy
Path: /project/cmucl/cvsroot/src/lisp
Modified: x86-validate.h
Set maxima dynamic space size to 2.304 GB.
----------------+
x86-validate.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: src/lisp/x86-validate.h
diff -u src/lisp/x86-validate.h:1.33 src/lisp/x86-validate.h:1.34
--- src/lisp/x86-validate.h:1.33 Tue Dec 21 21:12:52 2010
+++ src/lisp/x86-validate.h Wed Dec 22 00:55:22 2010
@@ -3,7 +3,7 @@
* This code was written as part of the CMU Common Lisp project at
* Carnegie Mellon University, and has been placed in the public domain.
*
- * $Header: /project/cmucl/cvsroot/src/lisp/x86-validate.h,v 1.33 2010-12-22 02:12:52 rtoy Exp $
+ * $Header: /project/cmucl/cvsroot/src/lisp/x86-validate.h,v 1.34 2010-12-22 05:55:22 rtoy Exp $
*
*/
@@ -234,7 +234,7 @@
#define DYNAMIC_0_SPACE_START (SpaceStart_TargetDynamic)
#ifdef GENCGC
-#define DYNAMIC_SPACE_SIZE (0x66000000) /* 1.632GB */
+#define DYNAMIC_SPACE_SIZE (0x90000000) /* 2.304GB */
#else
#define DYNAMIC_SPACE_SIZE (0x04000000) /* 64MB */
#endif
More information about the cmucl-cvs
mailing list