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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,93ca55d876f9f4fc X-Google-Attributes: gid103376,public From: "Harry Overs" Subject: Re: heap exhausted during elaboration Date: 2000/08/02 Message-ID: <8m8gjm$dho$1@trog.dera.gov.uk>#1/1 X-Deja-AN: 653512168 References: <39800150.424F8700@hotmail.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Organization: DERA X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 2000-08-02T00:00:00+00:00 List-Id: If it does not use threads then I think the heap size is the max memory available on your machine. So to increase heap, up memory or swap space ??? Regards Paul Hussein. "****" wrote in message news:39800150.424F8700@hotmail.com... > 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... >