Sun Java 7.0: How to increase the value of
Hi everyone,
In Sun Java 6.1 and former webservers there used to be certain parameters in magnus.conf file like:-
RqThrottle 128
DNS off
Security off
PidLog /export/agent6/amit_server/https-server1/logs/pid
User agent6
StackSize 131072
TempDir /tmp/https-server1-0430e9ef
But in the new web server Sun Java 7.0 there are no such parametes.
The application which i am running needs to increase the value of the parameter "StackSize".
I added this parameter in magnus.conf file of the new Sun Java 7.0 web server but it is ignoring it and giving a warning as "StackSize directive ignored".
Can you all suggest some way by which i can increase the StackSize as my application doesn't run without it.

