change memory limit defaults
svn: r12878
This commit is contained in:
parent
1d85f9ff3c
commit
3eb2359498
|
@ -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)))))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user