Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!news.stack.nl!.POSTED!not-for-mail From: Marco van de Voort Newsgroups: comp.lang.pascal.misc Subject: Re: Error 203 Out of Heap Space Date: Wed, 14 May 2014 20:14:03 +0000 (UTC) Organization: Stack Usenet News Service Lines: 14 Message-ID: References: <0192aefb-b5fd-4039-a224-44524d3b1f2b@googlegroups.com> NNTP-Posting-Host: toad.stack.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: mud.stack.nl 1400098443 67325 2001:610:1108:5010::135 (14 May 2014 20:14:03 GMT) X-Complaints-To: abuse@stack.nl NNTP-Posting-Date: Wed, 14 May 2014 20:14:03 +0000 (UTC) User-Agent: slrn/0.9.9p1 (FreeBSD) Xref: csiph.com comp.lang.pascal.misc:788 On 2014-05-14, SirJohn wrote: > In other Pascals there is a MaxAvail function that lets me > avoid the error. Only in old DOS PASCALs, where all memory is allocated to one application when it starts up (every left after tsrs and device drivers had their fill). You won't find that in anything modern. Probably you need to rethink your memory strategy, or (plugin extra memory).