Increase heap size to eliminate weird compilation error.
authorChris Hanson <org/chris-hanson/cph>
Mon, 30 Apr 2007 01:49:30 +0000 (01:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 30 Apr 2007 01:49:30 +0000 (01:49 +0000)
v7/src/etc/c-boot-compiler.sh

index b52b9ece654f7fb6cdb3ac83851f2566b76458df..732a00a6a40ca6509c627b65629dc7bab65e8c3e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: c-boot-compiler.sh,v 1.2 2007/04/07 04:03:37 cph Exp $
+# $Id: c-boot-compiler.sh,v 1.3 2007/04/30 01:49:30 cph Exp $
 #
 # Copyright 2007 Massachusetts Institute of Technology
 #
@@ -24,7 +24,7 @@
 set -e
 
 if [ -z "${SCHEME_LARGE}" ]; then
-    SCHEME_LARGE="scheme --heap 3000"
+    SCHEME_LARGE="scheme --heap 6000"
 fi
 
 if [ -z "${SCHEME_COMPILER}" ]; then