c. wrote:
I'm wondering what the JAVA_OPTS -Xminf0.1 and -Xmaxf0.3 are.  Anyone know?

Also, is there a way to start tomcat and have it spit out what JAVA_OPTS
it's using?

MinHeapFreeRatio and MaxHeapFreeRatio (divided by 100). This is used, in case you configure your maximum heap size different from the minimum heap size. If after GC less than the min percentage of heap is free, heap will grow, if more than max percentage is free, heap will shrink.

In your case 10% resp. 30%.

Regards,

Rainer

BTW: that's a general Java question, not Tomcat specific.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to