From 8215aecc851143cb9c5d9abc8c2554e1ba0161fc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 29 Apr 2007 20:46:43 +0000 Subject: [PATCH] Bump heap size so that compilation finishes. --- v7/src/etc/c-prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/etc/c-prepare.sh b/v7/src/etc/c-prepare.sh index 0f51c6273..4cda53643 100755 --- a/v7/src/etc/c-prepare.sh +++ b/v7/src/etc/c-prepare.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: c-prepare.sh,v 1.1 2007/04/04 05:08:19 riastradh Exp $ +# $Id: c-prepare.sh,v 1.2 2007/04/29 20:46:43 cph Exp $ # # Copyright 2007 Massachusetts Institute of Technology # @@ -33,7 +33,7 @@ else fi if [ -z "${SCHEME_LARGE}" ]; then - SCHEME_LARGE="scheme --heap 3000" + SCHEME_LARGE="scheme --heap 6000" fi ${SCHEME_LARGE} --band boot-compiler.com < "${DIR}/etc/c-prepare.scm" -- 2.25.1