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.6 required=5.0 tests=BAYES_20,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,93ca55d876f9f4fc,start X-Google-Attributes: gid103376,public From: **** Subject: heap exhausted during elaboration Date: 2000/07/27 Message-ID: <39800150.424F8700@hotmail.com>#1/1 X-Deja-AN: 651336387 Content-Transfer-Encoding: 7bit Organization: STN ATLAS Elektronik GmbH X-Accept-Language: en,ja Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-07-27T00:00:00+00:00 List-Id: I use a gnat compiler under windows NT and during the elaboration time ,I get a error message : storage error : heap exhausted. I use many generic packages like : with package ... is new ... may this is a common problem of a exhausted heap What can I do? How can I increase the heap or do something else? please help...