This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: large array, ia64, "segmentation fault"
- From: "Luck, Tony" <tony dot luck at intel dot com>
- To: "Discussion of Linux on the Intel IA-64 processor" <ia64-list at redhat dot com>, "gcc mail-list gcc" <gcc at gcc dot gnu dot org>, "RHEL3 RHEL3" <Taroon-list at redhat dot com>
- Date: Sun, 28 Nov 2004 23:06:22 -0800
- Subject: RE: large array, ia64, "segmentation fault"
>Excuse me , In the REHL3 64bit platform ,how many can
>i increase the stack size? I mean the maximum size.
Use "ulimit -s {size}" ... you need to be "root" to increase
the limit. The default seems to be 10MB:
$ ulimit -s
10240
-Tony