i am working with liferay portal ,when deploying portlet on running server that returns
java.lang.OutOfMemoryError: PermGen space
this error coming not regularly,liferay running on tomcat, how can i solve this particular ??problem.
I tried adding JAVA_OPTS with the value as -Xms128m -Xmx256m in System Variables, still I am getting the same error (java.lang.OutOfMemoryError: PermGen space) again and again. Any help will be appreciated. I have also read other post in stackoverflow also but it didn't worked out.