We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in https://github.com/mmaul/clml#requirements
but in https://github.com/sbcl/sbcl/blob/b4bd286aa1ec90d5cac4719d45f7eb5664b12155/make-config.sh#L158
so
sbcl --dynamic-space-size 2560
is 2560m not 2560kThe text was updated successfully, but these errors were encountered: