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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,419864ed91cc937d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!postnews.google.com!g17g2000yqe.googlegroups.com!not-for-mail From: John Raymond Dore Newsgroups: comp.lang.ada Subject: Re: heap size exceeded for large matrices Date: Sun, 29 Aug 2010 08:35:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1dc06325-e39a-4cbc-9c54-c51921923bd7@g17g2000yqe.googlegroups.com> References: <14007b1b-c290-4c73-a0ec-d3c5195b83d4@t20g2000yqa.googlegroups.com> <4c7a360b$0$10227$ba4acef3@reader.news.orange.fr> NNTP-Posting-Host: 87.127.167.40 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1283096111 29128 127.0.0.1 (29 Aug 2010 15:35:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 29 Aug 2010 15:35:11 +0000 (UTC) Cc: =?ISO-8859-1?Q?John_Raymond_Dor=E9?= Complaints-To: groups-abuse@google.com Injection-Info: g17g2000yqe.googlegroups.com; posting-host=87.127.167.40; posting-account=pboFsQoAAADH8TYX41qFyLv6hZJulZoo User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.7) Gecko/20100716 Ubuntu/10.04 (lucid) Firefox/3.6.7,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13819 Date: 2010-08-29T08:35:11-07:00 List-Id: On Aug 29, 11:27=A0am, Pascal Obry wrote: > John, > > > I wish to process both real and complex large matrices eg (1..10000, > > 1..10000) > > I have no difficulty in increasing the storage size of a task. > > I cannot do the same for matrices within a procedure which reports > > that the heap is exceeded. > > You probably mean stack size and not heap size. In that case you need to > add the proper linker option to increase the stack size for the applicati= on. > > Pascal. > > -- > > --|------------------------------------------------------ > --| Pascal Obry =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Team-= Ada Member > --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE > --|------------------------------------------------------ > --| =A0 =A0http://www.obry.net=A0- =A0http://v2p.fr.eu.org > --| "The best way to travel is by means of imagination" > --| > --| gpg --keyserver keys.gnupg.net --recv-key F949BD3B GNAT GPL specifically says heap in error message