RE: large array, ia64, "segmentation fault"
"Luck, Tony" <[email protected]> Sun, 28 Nov 2004 23:06:22 -0800
| Newsgroups | gmane.comp.gcc.devel,gmane.linux.redhat.ia64.general,gmane.linux.redhat.release.taroon.general |
|---|---|
| Message-ID | <B8E391BBE9FE384DAA4C5C003888BE6F0271EB38@scsmsx401.amr.corp.intel.com> |
>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