I have 7 GB ram in production Box and 850 gb hard drive. What value i need to set for JAVA_OPTS in setenv.bat to get maximum performance.
default vaule of JAVA_OPTS in setenv.bat is
set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false -Duser.timezone=GMT -Xmx1024m -XX:MaxPermSize=256m"
Apart from this what are the other configuration[(Default configuration)] i need to change in production box to increase performance.
Please sign in to flag this as inappropriate.