>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