How to increase stack size limit
How to increase stack size limit
- Subject: How to increase stack size limit
- From: Swen Metzger <email@hidden>
- Date: Tue, 17 Jun 2003 19:10:35 +0200
Is there a way to increase the stack size limit within /bin/sh?
The current configuration (OS X 10.2.6, X11 Beta 3 - XFree86 4.2.1)
seems to allow only a decrease?
Thanks for any hint!
Swen
---
sh-2.05a$ ulimit -s 585937
sh: ulimit: cannot modify stack size limit: Operation not permitted
sh-2.05a$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) 6144
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 256
pipe size (512 bytes, -p) 1
stack size (kbytes, -s) 65536
cpu time (seconds, -t) unlimited
max user processes (-u) 100
virtual memory (kbytes, -v) 71680
---
sh-2.05a$ ulimit -s 555
sh-2.05a$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) 6144
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 256
pipe size (512 bytes, -p) 1
stack size (kbytes, -s) 555
cpu time (seconds, -t) unlimited
max user processes (-u) 100
virtual memory (kbytes, -v) 6699
---
Max-Planck-Institute for Chemistry
Department of Atmospheric Chemistry
J.J. Becherweg 27, D-55128 Mainz
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.