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