From: Chris Hanson Date: Mon, 30 Apr 2007 01:49:30 +0000 (+0000) Subject: Increase heap size to eliminate weird compilation error. X-Git-Tag: 20090517-FFI~612 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ea3cb730fdbdb5d1db99348800bf2eca844d4b66;p=mit-scheme.git Increase heap size to eliminate weird compilation error. --- diff --git a/v7/src/etc/c-boot-compiler.sh b/v7/src/etc/c-boot-compiler.sh index b52b9ece6..732a00a6a 100755 --- a/v7/src/etc/c-boot-compiler.sh +++ b/v7/src/etc/c-boot-compiler.sh @@ -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