Martin Gainty wrote:
> Ryan--
>
> Here is the policy setting I have in my %TOMCAT_HOME%/conf/catalina.policy
> // These permissions apply to the commons-logging API
> grant codeBase "file:${catalina.home}/bin/commons-logging-api.jar" {
> permission java.security.AllPermission;
> };
>
> HT
I concur. I don't think it's possible at run-time. This would be a
nightmare for hosting providers who set an upper limit knowing that
user's could give their instances any amount of memory they required.
Garthfield
Filip Hanik - Dev Lists wrote:
since the heap is a Java VM configuration, not
since the heap is a Java VM configuration, not a Tomcat setting, you
would have to consult your VM vendors documentation.
The short answer would be no.
Filip
sajid khan wrote:
Hi All,
Can we set the JVM heap size after the Tomcat has started ? I mean to say
configure heap at runtime
Thanks
Hi All,
Can we set the JVM heap size after the Tomcat has started ? I mean to say
configure heap at runtime
Thanks