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,36960c1f6b27abab,start X-Google-Attributes: gid103376,public From: Brad Rosenbaum Subject: AdaIde Problem Date: 1997/02/25 Message-ID: <3312F83D.11E9@abs.net>#1/1 X-Deja-AN: 221320791 Content-Type: text/plain; charset=us-ascii Organization: The Johns Hopkins University Part-Time Programs in Engineering and Applied Science Mime-Version: 1.0 Newsgroups: comp.lang.ada X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 5.5 sun4d) Date: 1997-02-25T00:00:00+00:00 List-Id: I have a simple test program that instantiates the generice elementary functions package and does some floating point calculations. The problem is that when I run gnatmake I get out of virtual memory errors. I found that if I run the make from a DOS window, I can get it to work by modifying the DOS window properties and increasing the amount of virtual memory allocated for the window. Is there any way to make the AdaIde program do this when it spawns the DOS window.