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,6be476fd23132bb7 X-Google-Attributes: gid103376,public From: Samuel Tardieu Subject: Re: Stack and Heap sizes Date: 1997/04/16 Message-ID: #1/1 X-Deja-AN: 235211806 Sender: tardieu@esmeralda.enst.fr References: <335358C5.43F8@reading.ac.uk> <33548420.1046@reading.ac.uk> <3354B65D.124@reading.ac.uk> Mail-Copies-To: sam@ada.eu.org Organization: TELECOM Paris Newsgroups: comp.lang.ada Date: 1997-04-16T00:00:00+00:00 List-Id: >>>>> "Sam" == Samuel Tardieu writes: Sam> No. The stack for the elaboration task (the one which does all Sam> the elaborations and then calls the main program) can grow as Sam> long as there is enough memory (it depends on your hardware and Sam> OS). Followup on myself: on Unix systems, you can usually change the stacksize limit with your shell's "limit" builtin command. If your Ada program is launched from some other program, then consider using the setrlimit() system call to increase the maximum stack size. Sam -- Samuel Tardieu -- sam@ada.eu.org