PureEngage On-Premises

 View Only

Sign Up

  • 1.  bundled composer tomcat memory

    Posted 06-22-2017 22:52
    Hi, when launch tomcat (bundled, C:\Program Files (x86)\GCTI\Composer 8.1\tomcat) from the composer I get:

    "SEVERE: Error deploying web application directory manager
    java.lang.OutOfMemoryError: PermGen space"

    How can I add memory to the launch?.
    thanks in advance

    Sergio.


  • 2.  RE: bundled composer tomcat memory

    Posted 06-23-2017 13:10
    Under bin folder there should be files called:

    catalina.bat (or sh for linux)
    setenv.bat (or sh for linux)

    On these files level you can add the JAVA parameters like MaxPermGen size, etc.


  • 3.  RE: bundled composer tomcat memory

    Posted 06-23-2017 14:58
    Thanks Jakub!.