mmaul / clml

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

no support sbcl --Heap exhausted during garbage collection #1

Closed xingfeT closed 9 years ago

xingfeT commented 9 years ago

This is SBCL 1.2.2, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.

SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.

DOUBLE-FLOAT

Welcome to LDB, a low-level debugger for the Lisp runtime environment.

hendersonmpa commented 9 years ago

My solution to this is to start SBCL with more dynamic space. In the terminal use:

For slime use a version of:

mmaul commented 9 years ago

In SBCL the default heap size needs to be expanded as hendersonmpa stated. sbcl --dynamic-space-size 2450 works. I will make mention of this in the README.