From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 4 May 93 14:12:42 GMT From: cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!howland. reston.ans.net!news.cac.psu.edu!icf.hrb.com!jtt@ucbvax.Berkeley.EDU (Jack Tayl or) Subject: Re: Verdix Ada uses 320 Mbytes of memory on an SGI Message-ID: <1993May4.091242.20223@icf.hrb.com> List-Id: In article <1960@pink.atlas.de>, roeben%atlas.de (Norbert Roeben) writes: > The compilation of a very large Ada - source forces the following > > Error message : > > > 34:with text_io; > A ---^ > A:error: requested 374784 bytes of memory > A:error: already used 320786431 bytes of memory > A:fatal: Out of memory > > > The Compiler was a Verdix Compiler on an Silicon Graphics Crimson. > Compiler Version 4.1 and Operatiog system 4.0.5 C > > Is there anybody who has the same problems ? > > What is the reason for this message ? > > Norbert Roeben I had a similar problem with the Sun Ada 1.1.f (Verdix) compiler. Compiling a package body with many internal procedures and a great deal of Text_IO (a "data dumper" package). I really don't know what the bug is that caused the compiler to eat all the memory in the system, but the solution was simply to make "separates" of all the internal procedures and compile them individually. Jack Taylor jtt@icf.hrb.com