[racket] Program compiles with racket fails when invoked with execl()

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Sep 17 11:05:31 EDT 2010

On Sep 17, Neil Van Dyke wrote:
> 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.

If you (bbi5291) really need a resource-limited environment, lookup
the sandbox library.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.