> It's best practice to set ms and mx (and using -server, which is  
> passed to resin as -J-server as the first parameter) because it tells  
> java to grab the entire needed amount of heap right when it starts.

Just to clarify, -J-server is for Resin 3.0, for Resin 3.1 you add a
jvm-arg in resin.conf for arguments to pass to the server's JVM:

           <jvm-arg>-server</jvm-arg>
           <jvm-arg>-Xms=...</jvm-arg>
           <jvm-arg>-Xmx=...</jvm-arg>

-- Sam


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to