From 5302203d426ed6aa2260f9efdf1c72a8b92a0cb7 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 12 Dec 2008 20:45:02 +0000 Subject: [PATCH] disable sandbox memory limit for docs svn: r12822 original commit: 6b4270721c98a8a045e5e3a4a59c52815fe04a96 --- collects/scribble/eval.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/scribble/eval.ss b/collects/scribble/eval.ss index 309764eb..34c67f64 100644 --- a/collects/scribble/eval.ss +++ b/collects/scribble/eval.ss @@ -243,6 +243,7 @@ [sandbox-output 'string] [sandbox-error-output 'string] [sandbox-eval-limits #f] + [sandbox-memory-limit #f] [sandbox-make-inspector current-inspector]) (make-evaluator '(begin (require scheme/base)))))