This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: large array, ia64, "segmentation fault"
- From: David Mosberger <davidm at napali dot hpl dot hp dot com>
- To: Discussion of Linux on the Intel IA-64 processor <ia64-list at redhat dot com>
- Cc: gcc mail-list gcc <gcc at gcc dot gnu dot org>,RHEL3 RHEL3 <Taroon-list at redhat dot com>
- Date: Mon, 29 Nov 2004 10:53:03 -0800
- Subject: Re: large array, ia64, "segmentation fault"
- References: <20041127021305.CDB229842C@baradas.org><20041127032730.68740.qmail@web15307.mail.bjs.yahoo.com>
- Reply-to: davidm at hpl dot hp dot com
>>>>> On Sat, 27 Nov 2004 11:27:30 +0800 (CST), hx w <ye_hx_w@yahoo.com.cn> said:
hx> Excuse me , In the REHL3 64bit platform ,how many can
hx> i increase the stack size? I mean the maximum size.
Depends on the shell. With bash:
$ ulimit -s unlimited
--david