Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!decwrl!ucbvax!CS.ARIZONA.EDU!cjeffery From: cjeffery@CS.ARIZONA.EDU ("Clinton Jeffery") Newsgroups: comp.lang.icon Subject: icon on a PC Message-ID: <9003170041.AA14968@caslon> Date: 17 Mar 90 00:41:48 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 14 >> 3) I keep getting an error message 'inadequate space in block region'. >> Is there an environment variable that can be set to stop this? This >> happens with long files. >The third one I'm familiar with on a number of systems. Define HEAPSIZE to >be larger than the default for your system to get rid of that problem. The >default on the system I use (3B2) is 51,200 so I use 100,000 when I start >to get the block region warning. This is the correct answer. Unfortunately, I have my doubts as to whether most MS-DOS Icon implementations can support HEAPSIZE values larger than 64K due to the segmentation of the 8086 architecture. Large Icon programs have to be designed well in order to run under MS-DOS. Version 8.0 of Icon is more space-efficient in its use of the block region.