change memory limit defaults
svn: r12878
This commit is contained in:
parent
1d85f9ff3c
commit
3eb2359498
|
@ -94,7 +94,7 @@
|
||||||
(number? (car x))
|
(number? (car x))
|
||||||
(number? (cdr 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)
|
(λ (x) (or (boolean? x)
|
||||||
(integer? x)
|
(integer? x)
|
||||||
(x . >= . (* 1024 1024 1)))))
|
(x . >= . (* 1024 1024 1)))))
|
||||||
|
|
|
@ -925,7 +925,7 @@ TODO
|
||||||
(field (need-interaction-cleanup? #f))
|
(field (need-interaction-cleanup? #f))
|
||||||
|
|
||||||
(define/private (no-user-evaluation-message frame exit-code memory-killed?)
|
(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
|
[ans (message-box/custom
|
||||||
(string-constant evaluation-terminated)
|
(string-constant evaluation-terminated)
|
||||||
(string-append
|
(string-append
|
||||||
|
|
Loading…
Reference in New Issue
Block a user