Path: utzoo!utgpu!news-server.csri.toronto.edu!qucdn!spraggej Newsgroups: comp.lang.pascal Subject: Re: heap size problem Organization: Queen's University at Kingston Date: Friday, 21 Sep 1990 20:38:05 EDT From: John G. Spragge Message-ID: <90264.203805SPRAGGEJ@QUCDN.BITNET> References: <7102.26f74aee@swift.cs.tcd.ie> You extend the heap in a roundabout way: put part of the program in EMS overlays. This frees up memory below the 640k boundary, which in turn leaves more available for the heap. Of course, if your program is small andd you have a LOT of data, this won't work. Swapping heap data to a ram-disk with blockread might then be the answer.