mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

example error #46

Open ghost opened 3 years ago

ghost commented 3 years ago

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