[racket] Program compiles with racket fails when invoked with execl()
bbi5291 wrote at 09/17/2010 05:14 AM:
> is there any feature that allows one to limit the amount of memory
> that a compiled program is allowed to use, similar to the "Limit
> Memory" command in DrRacket?
A documentation search for "limit memory" shows a few links that involve
"custodian-limit-memory".
Also, depending on which host operating system you're running, you might
also be able to limit memory for the entire host process that way.
--
http://www.neilvandyke.org/