clml
clml copied to clipboard
example error
in https://github.com/mmaul/clml#requirements
Note: Default heapsize should be around 2560K (On some systems it may need to be greater) for SBCL this can be done by set with the switch
sbcl --dynamic-space-size 2560
but in https://github.com/sbcl/sbcl/blob/b4bd286aa1ec90d5cac4719d45f7eb5664b12155/make-config.sh#L158
<size> is taken to be megabytes
so sbcl --dynamic-space-size 2560
is 2560m not 2560k