Skip to content

Commit

Permalink
Try to increase clisp memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Mar 28, 2021
1 parent 1c9862e commit 2933f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ShenCCL=.$(Slash)bin$(Slash)ccl$(Slash)$(BinaryName)
ShenECL=.$(Slash)bin$(Slash)ecl$(Slash)$(BinaryName)
ShenSBCL=.$(Slash)bin$(Slash)sbcl$(Slash)$(BinaryName)

RunCLisp=$(ShenCLisp) --clisp-m 10MB
RunCLisp=$(ShenCLisp) --clisp-m 32MB
RunCCL=$(ShenCCL)
RunECL=$(ShenECL)
RunSBCL=$(ShenSBCL)
Expand Down

0 comments on commit 2933f9b

Please sign in to comment.