Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!chinacat!woody From: woody@chinacat.unicom.com (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: How do you debug using ehandler.ps? Message-ID: <1991Jun21.233158.19011@chinacat.unicom.com> Date: 21 Jun 91 23:31:58 GMT References: <1991Jun20.123642.12974@am.dsir.govt.nz> Organization: a guest of Unicom Systems Development, Austin Lines: 15 In article <1991Jun20.123642.12974@am.dsir.govt.nz> sramtrc@albert.dsir.govt.nz writes: >I have a simple problem: I print large TeX files onto a LaserWriter Plus >which has 93000 bytes free. The TeX job (using dvips) prints a few pages >and stops. I suspect that the printer is running out of memory. There is >from the job that does not finish. > This is typical of an out of memory condition. 93K is a *very* small amount of memory. I realize that there are some 1.5 meg machines out there. You might need to look carefully at the output to see if save/restore pairs are being used. save will mark the state of the memory, and restore will restore the memory back to the state it was at when saved. This will cause any temporary garbage to be removed and return the space to VM. Cheers Woody