Online Books:
java.net on MarkMail:
Search |
||
Configuring Grizzly for performance part I: JVM optionsPosted by jfarcand on January 3, 2007 at 8:08 AM PST
I'm getting a lot of questions those days about how to configure Grizzly to get the best performance. In part I, I will share what we have learned so far(thanks to Scott for his help!)
First, if you are using Grizzly in GlassFish, makes sure you remove in domain.xml the following jvm-options: and replace it with For anything other than Solaris/SPARC, 3500m needs to be 1400m. On a multi-CPU machine, add: where N is the number of CPUs if < 8 (so really, you can leave it out altogether in that case) and N = number of CPUs / 2 otherwise. On a Niagara, add: Et voila! technorati: grizzly performance glassfish »
Related Topics >>
Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|