Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!image.soe.clarkson.edu!dean From: dean@image.soe.clarkson.edu (Dean Swan) Newsgroups: comp.lang.smalltalk Subject: Re: Smalltalk/V...noises and memory space Message-ID: <1989Jul16.223353.9752@sun.soe.clarkson.edu> Date: 16 Jul 89 22:33:53 GMT References: <2784@ssc-vax.UUCP> Sender: dean@sun.soe.clarkson.edu (Dean Swan) Organization: Clarkson University, Potsdam, NY Lines: 16 From article <2784@ssc-vax.UUCP>, by cardinal@ssc-vax.UUCP (Ralph Cardinal): > Is this object swapping? Yes, the tones indicated that swapping is taking place. > finally, what might I do to get my environment, using the > current image, back on track? Evaluate the following expression in any text pane: Smalltalk saveNotSwapped If it is possible to do so, Smalltalk/V will then save an image with all swapped out object swapped back in. You might also want to use 'space' mode rather than 'speed' mode (selected from the system menu). -Dean Swan dean@sun.soe.clarkson.edu