Changing memory limit
This commit is contained in:
parent
e94823b82c
commit
407a36c9d2
|
@ -260,7 +260,7 @@
|
|||
(define (run-test file)
|
||||
(run-with-limit
|
||||
file
|
||||
(* 1024 1024 1024)
|
||||
(* 1024 1024 512)
|
||||
(lambda ()
|
||||
(run! file)))
|
||||
(write (reverse RESULTS)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user