From a5b01999999def8b2a3b60e188337b93d71e5dc4 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Wed, 3 Apr 2002 12:12:13 +0000 Subject: [PATCH] Even bigger BIG_HEAP for running the linker. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 62040d3..d79e2e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,7 +81,7 @@ include $(srcdir)/build/filenames.make # requires you to have squirreled away a previous working version # of scsh. -BIG_HEAP = -h 5000000 +BIG_HEAP = -h 5500000 # 1. is broken if you build from CVS # LINKER_VM = ./$(VM) $(BIG_HEAP) # LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE)