At least in Tomcat, the HttpRequests aren't short-lived ;-).  If you are
using Sun's JVM, then I'd try -Xincgc first (otherwise, consult your
vendor's docs for the correct option).  In many cases it hurts performance,
but in some it improves it dramatically.  Your mileage may vary ;-).

<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hi all.
> I am trying to get gc to reclaim more regularly by clearing short live
> HttpRequest. Is this syntax corrrect, doesn't seem to do much whichever
> way I tweak it :
> (catalina.sh)
> ...
> JAVA_OPTS="-Xms256m -Xmx256m -XX:NewSize=128m -XX:MaxNewSize=128m"
>
> TIA :-)
>


----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to