I have tried to deploy Openbravo
with tomcat using web browser.
It throws me
java.lang.OutOfMemoryError: PermGen space exception
I tried to increase memory by adding the following parameters in the Java Options space
-Xms512m
-Xmx2048m
-XX:PermSize=512m
-XX:MaxPermSize=1024
-XX:+UseConcMarkSweepGC
-XX:+CMSClassUnloadingEnabled
-Dfile.encoding=UTF-8
After adding the above parameters, tomcat service is not get starting. Showing me error.
Please let me know, how to deploy the openbravo
with tomcat in web browser.