Hi Andrey, Nasser:

This is the SBCL command to check heap size:

* (sb-ext:dynamic-space-size)
1073741824

Also note that this is wrong:
   sbcl --dynamic-space-size=40Gb
   sbcl --dynamic-space-size=4096

This is correct:
   sbcl --dynamic-space-size 4096

* (sb-ext:dynamic-space-size)
4294967296

Please verify that you passed the correct
    '--with-lisp="sbcl --dynamic-space-size 4096"'
to ./configure.

- Qian

On 1/10/24 22:45, Andrey G. Grozin wrote:
On Wed, 10 Jan 2024, Waldek Hebisch wrote:
I built sbcl-2.4.0 using

sh make.sh --dynamic-space-size=56Gb

That is enough to build FriCAS (this is on machine with 64Gb RAM, so
I tried close to max).
My notebook has 16Gb RAM. Is there a chance that something smaller than 56Gb can be sufficient?

Andrey


--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/2b702e99-4c81-430a-9114-e204c9a96542%40gmail.com.

Reply via email to