Re: large array, ia64, "segmentation fault"
David Mosberger <[email protected]> Mon, 29 Nov 2004 10:53:03 -0800
| Newsgroups | gmane.linux.redhat.ia64.general,gmane.comp.gcc.devel,gmane.linux.redhat.release.taroon.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Sat, 27 Nov 2004 11:27:30 +0800 (CST), hx w <[email protected]> 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