Hi All,
I have a deployed a liferay installation on linux server machine.
I need to tune up the performance of Liferay so that we get optimum behaviour based onb following parameters:
I have attached a pdf document which I am referring :
The RHS is Property name and LHS is its value in portal.properties
Property = Value
1.portal.performance=ludicrous
2.application.family=web
3.theme.css.fast.load=true
theme.images.fast.load=true
javascript.fast.load=true
4.application.lifecycle=portlet
5.usage.scenario=anonymous
6.portal.load.distributed=unknown
7.expectedconcurrentusers=10000
expectedtransactiontime=1s
8.cache using ehcache
9.theme.virtual.path=/themestatic
10.platform.criteria=familiarity
11.liferay.version=EE
12.java.gc=tuned
13.portal.performance=ludicrous
14.Set Java Opts as below
JAVA_OPTS="$JAVA_OPTS XX:NewSize=700m XX:MaxNewSize=700mXms2048mXmx2048mXX:MaxPermSize=256m XX:+UseParNewGC XX:+UseConcMarkSweepGCXX:+CMSParallelRemarkEnabledXX:SurvivorRatio=20XX
arallelGCThreads=8"I found that most of the keys (RHS) entries are not presenrt in current Liferay 6.1 in portal.properties
Kindly let me know what can be done for the above tuning parameters ?