Thanks Pascal Bourguignon for helping me find what seems to be a workaround.
If I start sbcl with the command line as follows, the test seems to run without exhausting the heap.
csh> sbcl --dynamic-space-size 3741824
I'm not sure what the original heap size was. From the error message output perhaps it was
(Dynamic-space-size bytes) 1073741824. In which case 3741824 is two orders of magnitude smaller.
Thanks Pascal Bourguignon for helping me find what seems to be a workaround.
If I start sbcl with the command line as follows, the test seems to run without exhausting the heap.
csh> sbcl --dynamic- space-size 3741824
I'm not sure what the original heap size was. From the error message output perhaps it was
(Dynamic-space-size bytes) 1073741824. In which case 3741824 is two orders of magnitude smaller.