Skip to content
Snippets Groups Projects
Commit f01ef6a2 authored by rtoy's avatar rtoy
Browse files

Change default dynamic space size to 256 MB.

parent f0a59dd4
No related branches found
No related tags found
No related merge requests found
/* /*
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/ppc-validate.h,v 1.8 2006/11/02 01:53:17 rtoy Exp $ $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/ppc-validate.h,v 1.9 2006/11/30 02:34:24 rtoy Rel $
This code was written as part of the CMU Common Lisp project at This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain. Carnegie Mellon University, and has been placed in the public domain.
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
#define BINDING_STACK_SIZE (0x00ff0000) #define BINDING_STACK_SIZE (0x00ff0000)
#endif #endif
#define DEFAULT_DYNAMIC_SPACE_SIZE (0x08000000) /* 128 MB */ #define DEFAULT_DYNAMIC_SPACE_SIZE (0x10000000) /* 256 MB */
#define DYNAMIC_0_SPACE_START (0x40000000) #define DYNAMIC_0_SPACE_START (0x40000000)
/* This isn't used with GENCGC */ /* This isn't used with GENCGC */
#define DYNAMIC_1_SPACE_START (0x60000000) #define DYNAMIC_1_SPACE_START (0x60000000)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment