ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

After compiling the JSP files during the installation I got an error message java.lang.OutOfMemoryError:Java heap space. When I go within the system I get The requested page cannot be found. messages on the pages within the CRM. What happened? What can I do to resolve this?

This is more than likely a memory leak issue in the the JSP compiler but this can be easily resolved.

What you will have to do is set your environment variables. Within a *nix based system you will set it as such in the home.properties file or as an environment variable:

export JAVA_OPTS ="-Xms(memory size) -Xmx(memory size)m -XX:PermSize=64m -XX:MaxPermSize=128m"

I would suggest your (memory size) be 1024 mb. After doing this you should reinstall.

Sign in to add your comment.