Changing memory limit

This commit is contained in:
Blake Johnson 2010-09-08 15:33:04 -06:00 committed by Jay McCarthy
parent e94823b82c
commit 407a36c9d2

View File

@ -260,7 +260,7 @@
(define (run-test file)
(run-with-limit
file
(* 1024 1024 1024)
(* 1024 1024 512)
(lambda ()
(run! file)))
(write (reverse RESULTS)))