Re: [fricas-devel] heap exhausted

2016-02-19 Thread Ralf Hemmecke
On 02/19/2016 10:59 PM, Kurt Pagani wrote: > I'm frequently confronted with this SBCL specific error ... usually it's > my bad - some recursion mistakes or bad design, Yeah, probably the same with me. I'm not yet finished with the analysis, but my suspicion is that I should have been more careful

Re: [fricas-devel] heap exhausted

2016-02-19 Thread Kurt Pagani
Hi Ralf I'm frequently confronted with this SBCL specific error ... usually it's my bad - some recursion mistakes or bad design, so that increasing of "dynamic-space-size" isn't a remedy. However, I had cases where it worked indeed. You might edit the install.sh of fricas_jupyter where the core

[fricas-devel] Help needed: Re: heap exhausted

2016-02-19 Thread Ralf Hemmecke
Hi Waldek, I need some help or at least a hint. I'm currently investigating why I got... On 02/18/2016 12:47 AM, Ralf Hemmecke wrote: > Heap exhausted during garbage collection: 608 bytes available, 992 > requested. It is anyway strange that the problem appears during garbage collection, but