[jboss-user] [Performance Tuning] - Re: stack size limit

2007-04-18 Thread bentins
I was able to run with the following configuration: | # Setup JBoss sepecific properties | JAVA_OPTS="$JAVA_OPTS -XX:ThreadStackSize=128 -Xmx3072m -Xms1024m -XX:MaxPermSize=256m" | | # setup java temporary disk space | JAVA_OPTS="$JAVA_OPTS -Djava.io.tmpdir=/appdata/jboss/tmp" |

[jboss-user] [Performance Tuning] - Re: stack size limit

2007-04-17 Thread bentins
according to man pages changing the stack limit (which is what I did using ulimit -s) is what controlls the number of threads per process. so, I guess my problem lies elswhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038071#4038071 Reply to the post :

[jboss-user] [Performance Tuning] - Re: stack size limit

2007-04-17 Thread CafeD00d
Is there an operating system limit on the number of threads per process? (I know someone else asked this in the past week or two, but I could not find that post. He solved the problem by increasing the allowed threads.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewt