squeak Windows VM memory allocation (2 console outputs)

Vaidas Didzbalis vaidas at informaciniaiprojektai.lt
Tue Apr 12 13:18:36 UTC 2005


We store operational data in oracle database. To start operating, we load
initial data from oracle database into image. At this point everything is
ok. But if we close image, it fails to open again. Image size is 335 MB. We
tried this on machines having windows 2000 with 524MB and 1GB.

squeak ini:
[Global]
DeferUpdate=1
ShowConsole=0
DynamicConsole=1
ReduceCPUUsage=1
ReduceCPUInBackground=0
3ButtonMouse=0
1ButtonMouse=0
UseDirectSound=1
PriorityBoost=1
B3DXUsesOpenGL=0
CaseSensitiveFileMode=0
ImageFile="c:\tariffTools\TTRel3.03.image"


output 1:

out of memory

352880220 SystemDictionary>snapshot:andQuit:embedded:
352880128 SystemDictionary>snapshot:andQuit:
352880036 TheWorldMenu>saveSession
352879944 TheWorldMenu>doMenuItem:with:
352879852 [] in MenuItemMorph>invokeWithEvent:
352879760 BlockContext>ensure:
352879668 Cursor>showWhile:
352879468 MenuItemMorph>invokeWithEvent:
352879372 MenuItemMorph>mouseUp:
352879280 MenuItemMorph>handleMouseUp:
352879016 MouseButtonEvent>sentTo:
352878924 Morph>handleEvent:
352878832 MorphicEventDispatcher>dispatchDefault:with:
352878740 MorphicEventDispatcher>dispatchEvent:with:
352878648 Morph>processEvent:using:
352878556 MorphicEventDispatcher>dispatchDefault:with:
352878464 MorphicEventDispatcher>dispatchEvent:with:
352878316 Morph>processEvent:using:
352878224 Morph>processEvent:
352878040 MenuMorph>handleFocusEvent:
352878132 [] in HandMorph>sendFocusEvent:to:clear:
352877948 PasteUpMorph>becomeActiveDuring:
352877764 HandMorph>sendFocusEvent:to:clear:
352877672 HandMorph>sendEvent:focus:clear:
352877528 HandMorph>sendMouseEvent:
352877436 HandMorph>handleEvent:
352877180 HandMorph>processEvents
352877272 [] in WorldState>doOneCycleNowFor:
352877088 SequenceableCollection>do:
352876996 WorldState>handsDo:
352876904 WorldState>doOneCycleNowFor:
352876812 WorldState>doOneCycleFor:
352876720 PasteUpMorph>doOneCycle
352821940 [] in Project class>spawnNewProcess
352822124 [] in BlockContext>newProcess
352880220 SystemDictionary>snapshot:andQuit:embedded:
352880128 SystemDictionary>snapshot:andQuit:
352880036 TheWorldMenu>saveSession
352879944 TheWorldMenu>doMenuItem:with:
352879852 [] in MenuItemMorph>invokeWithEvent:
352879760 BlockContext>ensure:
352879668 Cursor>showWhile:
352879468 MenuItemMorph>invokeWithEvent:
352879372 MenuItemMorph>mouseUp:
352879280 MenuItemMorph>handleMouseUp:
352879016 MouseButtonEvent>sentTo:
352878924 Morph>handleEvent:
352878832 MorphicEventDispatcher>dispatchDefault:with:
352878740 MorphicEventDispatcher>dispatchEvent:with:
352878648 Morph>processEvent:using:
352878556 MorphicEventDispatcher>dispatchDefault:with:
352878464 MorphicEventDispatcher>dispatchEvent:with:
352878316 Morph>processEvent:using:
352878224 Morph>processEvent:
352878040 MenuMorph>handleFocusEvent:
352878132 [] in HandMorph>sendFocusEvent:to:clear:
352877948 PasteUpMorph>becomeActiveDuring:
352877764 HandMorph>sendFocusEvent:to:clear:
352877672 HandMorph>sendEvent:focus:clear:
352877528 HandMorph>sendMouseEvent:
352877436 HandMorph>handleEvent:
352877180 HandMorph>processEvents
352877272 [] in WorldState>doOneCycleNowFor:
352877088 SequenceableCollection>do:
352876996 WorldState>handsDo:
352876904 WorldState>doOneCycleNowFor:
352876812 WorldState>doOneCycleFor:
352876720 PasteUpMorph>doOneCycle
352821940 [] in Project class>spawnNewProcess
352822124 [] in BlockContext>newProcess

output 2
out of memory

353009316 SystemDictionary>snapshot:andQuit:embedded:
353009224 SystemDictionary>snapshot:andQuit:
353009132 ScreenController>snapshotAndQuit
353008704 SelectionMenu>invokeOn:
353008612 ScreenController>controlActivity
353008520 Controller>controlLoop
353008428 Controller>startUp
353008212 [] in ControlManager>activeController:
353008304 [] in BlockContext>newProcess
353009316 SystemDictionary>snapshot:andQuit:embedded:
353009224 SystemDictionary>snapshot:andQuit:
353009132 ScreenController>snapshotAndQuit
353008704 SelectionMenu>invokeOn:
353008612 ScreenController>controlActivity
353008520 Controller>controlLoop
353008428 Controller>startUp
353008212 [] in ControlManager>activeController:
353008304 [] in BlockContext>newProcess




More information about the Squeak-dev mailing list