From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!nike!ucbcad!ucbvax!EGLIN-VAX.ARPA!harbaughs From: harbaughs@EGLIN-VAX.ARPA Newsgroups: net.lang.ada Subject: A guess at "Problem with memory usage-" problem Message-ID: <8608161119.AA05623@ucbvax.Berkeley.EDU> Date: Sat, 16-Aug-86 07:10:00 EDT Article-I.D.: ucbvax.8608161119.AA05623 Posted: Sat Aug 16 07:10:00 1986 Date-Received: Sun, 17-Aug-86 10:45:04 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Organization: The ARPA Internet List-Id: When I had similar memory problems with DEC compiler it turned out that it wasn't anything to do with the source code sequence I was giving the compiler but rather the rule that "The compiler cannot update the Ada library until the entire compilation is performed successfully". I was asking it to compile a great many compilation units and it kept the results in it's virtual memory space (rather than cretae a disk file and store them there) and memory overflowed before it reached the end. If this is your problem a possible solution is to use separate compilations somehow without destroying the desired structure of your source code. Hope this helps-If not remember it was free. regards, sam harbaugh --------------------- ------