Skip to content

Commit 2933f9b

Browse files
committed
Try to increase clisp memory size
1 parent 1c9862e commit 2933f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ShenCCL=.$(Slash)bin$(Slash)ccl$(Slash)$(BinaryName)
7979
ShenECL=.$(Slash)bin$(Slash)ecl$(Slash)$(BinaryName)
8080
ShenSBCL=.$(Slash)bin$(Slash)sbcl$(Slash)$(BinaryName)
8181

82-
RunCLisp=$(ShenCLisp) --clisp-m 10MB
82+
RunCLisp=$(ShenCLisp) --clisp-m 32MB
8383
RunCCL=$(ShenCCL)
8484
RunECL=$(ShenECL)
8585
RunSBCL=$(ShenSBCL)

0 commit comments

Comments
 (0)