|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Sizing for GlassfishHi,
Are there any recommended configurations for Glassfish server in terms of cpu, memory, cluster configuration, etc. Thanks Neel |
|
|
Re: Sizing for Glassfish - performance tuningHi Neel,
GF packaged with OpneESB installer is configured to run jvm in "-client" mode to help quick deployments while working in development environment. You need to switch to -server mode if you are doing performance/load testing You need edit domains/domain1/config/domain.xml <jvm-options>-client</jvm-options> to <jvm-options>-server</jvm-options> -Xmx is set to 512m by default, please increase the memory if you can to 2g or 3g. You can refer to GF tuning guide for details on tuning memory. <jvm-options>-Xms3g</jvm-options> <jvm-options>-Xmx3g</jvm-options> I recommend you to look at for additional information http://wiki.glassfish.java.net/Wiki.jsp?page=PerformanceTuningGuide BPEL-SE & HTTP-BC Default configuration is good if you have 10 or less cores/CPUs in the box. If you have more cores in the box configure BPEL-SE "Number of Threads" property equal to number of cores. Same for HTTP-BC. Please update HTTP-BC in your environment. https://open-jbi-components.dev.java.net/issues/show_bug.cgi?id=614 issue is fixed recently, issue is not updated yet. Regards Murali learnopenesb wrote: > Hi, > > Are there any recommended configurations for Glassfish server in terms of > cpu, memory, cluster configuration, etc. > > > Thanks > Neel > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sizing for Glassfish - performance tuningThe HTTP BC issue is closed now.
Regards --Sherry Murali Pottlapelli wrote: > Hi Neel, > GF packaged with OpneESB installer is configured to run jvm in > "-client" mode to help quick deployments while working in development > environment. You need to switch to -server mode if you are doing > performance/load testing > > You need edit > domains/domain1/config/domain.xml > <jvm-options>-client</jvm-options> to > <jvm-options>-server</jvm-options> > > -Xmx is set to 512m by default, please increase the memory if you can > to 2g or 3g. You can refer to GF tuning guide for details on tuning > memory. > <jvm-options>-Xms3g</jvm-options> > <jvm-options>-Xmx3g</jvm-options> > > I recommend you to look at for additional information > http://wiki.glassfish.java.net/Wiki.jsp?page=PerformanceTuningGuide > > > BPEL-SE & HTTP-BC > Default configuration is good if you have 10 or less cores/CPUs in the > box. If you have more cores in the box configure BPEL-SE "Number of > Threads" property equal to number of cores. Same for HTTP-BC. > > Please update HTTP-BC in your environment. > https://open-jbi-components.dev.java.net/issues/show_bug.cgi?id=614 > issue is fixed recently, issue is not updated yet. > > Regards > Murali > > > > learnopenesb wrote: >> Hi, >> >> Are there any recommended configurations for Glassfish server in >> terms of >> cpu, memory, cluster configuration, etc. >> >> >> Thanks >> Neel >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sizing for Glassfish - performance tuningThanks Murali, Sherry.
regards, Neel
|
| Free Forum Powered by Nabble | Forum Help |