Enlarged heap for building compiler band.
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Aug 1995 03:51:01 +0000 (03:51 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Aug 1995 03:51:01 +0000 (03:51 +0000)
etc/rebuild-8.0

index 9e4625d728a4dd6d02d521478f350693ccd91180..1e75af1f6c85c5f236524a65c0a2d6934101b41a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/csh -f
 
-# $Id: rebuild-8.0,v 1.2 1995/07/31 19:26:22 adams Exp $
+# $Id: rebuild-8.0,v 1.3 1995/08/02 03:51:01 adams Exp $
 
 # Arguments: runtimeversion compilerversion edwinversion 6001version
 
@@ -190,8 +190,8 @@ if ("$complr" != "") then
   echo "### cd $root/sf"
   cd $root/sf
   rm -f ../tmp/complr.com
-  echo "### $scheme -large $runbandarg -no-init-file"
-  $scheme -large $runbandarg -no-init-file <<*END*
+  echo "### $scheme -heap 2000 $runbandarg -no-init-file"
+  $scheme -heap 2000 $runbandarg -no-init-file <<*END*
 (begin
   (load "make.com")
   (cd "../compiler")
@@ -219,8 +219,8 @@ if ("$edwin" != "") then
   echo "### cd $root/edwin"
   cd $root/edwin
   rm -f ../tmp/edwin.com
-  echo "### $scheme -large $runbandarg -no-init-file"
-  $scheme -large $runbandarg -no-init-file <<*END*
+  echo "### $scheme -heap 2000 $runbandarg -no-init-file"
+  $scheme -heap 2000 $runbandarg -no-init-file <<*END*
 (begin
   (load "make.com")
   (disk-save "../tmp/edwin.com")