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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.114.66 with SMTP id je2mr993146igb.5.1384434431021; Thu, 14 Nov 2013 05:07:11 -0800 (PST) X-Received: by 10.49.127.177 with SMTP id nh17mr1708qeb.30.1384434430941; Thu, 14 Nov 2013 05:07:10 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!o2no723501qas.0!news-out.google.com!9ni28128qaf.0!nntp.google.com!i2no726091qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 Nov 2013 05:07:10 -0800 (PST) In-Reply-To: <1o29hesl8k6yk$.1kqputng2vdks$.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2001:690:2200:9aa1:b12d:108e:f36f:d0e3; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 2001:690:2200:9aa1:b12d:108e:f36f:d0e3 References: <1o29hesl8k6yk$.1kqputng2vdks$.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5486fc7b-b010-40bb-ba9c-d7ec4237bb9c@googlegroups.com> Subject: Re: Increasing GNAT's heap From: Marius Amado-Alves Injection-Date: Thu, 14 Nov 2013 13:07:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1512 Xref: number.nntp.dca.giganews.com comp.lang.ada:183874 Date: 2013-11-14T05:07:10-08:00 List-Id: When I need a lot of memory I create a task and define its memory size with the pragma. I recall defining a size of 200_000_000 bytes on laptops and desktops with GNAT on Windows and Macs. I recall having to create large objects viz. matrices *dynamically*. I recall dabbling with ulimit but I don't recall if it was necessary.