Opened 5 years ago
#206 new defect
When memory is exhausted the SmalltalkX environment is locked
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
When you exhaust the available memory like:
test := OrderedCollection new. 'コーヒーアイスクリームケーキビールすしかき空' permutationsDo:[:each | test add: (each copy)] . test size.
The whole environment is unusable and on stderr user gets a message (repeated every few seconds):
MEM [warn] (18-04-23 12:19:19): memory limit (8192 Mb) reached (requested 4096 Kb)
Note: See
TracTickets for help on using
tickets.