This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]