Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Requested allocation is too large" error while running MIT Scheme on windows 7

Error:

"Requested allocation is too large. Try with smaller argument to --heap"

I downloaded the windows binary from http://www.gnu.org/software/mit-scheme/.

How do I fix this?

like image 310
adijo Avatar asked Apr 10 '14 13:04

adijo


1 Answers

I am not sure why it does not work when I append --heap 512 at the end. But it works for me when I append it after mit-scheme.exe"

... mit-scheme.exe"  --heap 512 --library ...
like image 176
Jacky Avatar answered Sep 28 '22 18:09

Jacky