Jump to content
We've recently updated our Privacy Statement, available here ×

nikran

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by nikran

  1. Thanks! This was counter-intuitive, but lowering the JVM memory settings worked. I made sure all of them were lower than the maximum memory on the server. Before, I was trying to raise them to meet Jaspersoft's minimum requirements. My new settings: export JAVA_OPTS="$JAVA_OPTS -Xms256m -Xmx512m -XX:PermSize=32m -XX:MaxPermSize=256m -Xss2m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled" (not sure about Jaspersoft performance, but Tomcat now runs).
×
×
  • Create New...