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_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,124905131f269735 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-26 07:55:43 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <1001442590.557811@news.drenet.dnd.ca> <3BB10E2C.8C57FFE1@linuxchip.demon.co.uk> Subject: Re: gnat and heap size Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Wed, 26 Sep 2001 10:55:23 EDT Organization: http://www.newsranger.com Date: Wed, 26 Sep 2001 14:55:23 GMT Xref: archiver1.google.com comp.lang.ada:13400 Date: 2001-09-26T14:55:23+00:00 List-Id: In article , Claude Marinier says... > >The application is an electromagnetic simulation. Yes, we could use sparse >matrix techniques but part of the program requires a full matrix. Perhaps >we are hitting a low level limit (is that what Adrian is saying?). If the small program you showed has the problem, then try the same thing with a small C program. If *it* has the problem too, then you have an OS issue that you should really take up with Solaris experts. If it doesn't have the problem, then at the least you can call "malloc" from Ada to get your storage. :-) --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com