change memory limit defaults

svn: r12878
This commit is contained in:
Robby Findler 2008-12-17 15:42:33 +00:00
parent 1d85f9ff3c
commit 3eb2359498
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
(number? (car x))
(number? (cdr x))))))
(preferences:set-default 'drscheme:child-only-memory-limit (* 1024 1024 64)
(preferences:set-default 'drscheme:child-only-memory-limit (* 1024 1024 128)
(λ (x) (or (boolean? x)
(integer? x)
(x . >= . (* 1024 1024 1)))))

View File

@ -925,7 +925,7 @@ TODO
(field (need-interaction-cleanup? #f))
(define/private (no-user-evaluation-message frame exit-code memory-killed?)
(let* ([new-limit (and custodian-limit (+ (* 1024 1024 32) custodian-limit))]
(let* ([new-limit (and custodian-limit (+ custodian-limit custodian-limit))]
[ans (message-box/custom
(string-constant evaluation-terminated)
(string-append