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,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!t20g2000yqa.googlegroups.com!not-for-mail From: John Raymond Dore Newsgroups: comp.lang.ada Subject: heap size exceeded for large matrices Date: Sun, 29 Aug 2010 01:50:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <14007b1b-c290-4c73-a0ec-d3c5195b83d4@t20g2000yqa.googlegroups.com> NNTP-Posting-Host: 87.127.167.40 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1283071839 22214 127.0.0.1 (29 Aug 2010 08:50:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 29 Aug 2010 08:50:39 +0000 (UTC) Cc: johnrdore@googlemail.com Complaints-To: groups-abuse@google.com Injection-Info: t20g2000yqa.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:13792 Date: 2010-08-29T01:50:39-07:00 List-Id: 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. I am using AdaCore GNAT GPL Ada and AdaCore GPS under Ubuntu. I have 8 GB available as static memory plus a large disk space. Help! I surely cannot be the first person to face this problem. I am using Ubuntu linux because it supports wireless 'out of the box' and the SDK for AMD GPUs is supported. I would otherwise use Debian to which I plan to migrate at a later date.