...
You can add more memory to the JVM Process, by changing the default allocation of 1G, in <DAS>/binetc/das-env.sh:
No Format |
---|
export JAVA_OPTIONS=" -Xmx1024m -XX:MaxPermSize=384m -Xms256m -XX:MaxNewSize=448m -XX:SurvivorRatio=6 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=80 -XX:+HeapDumpOnOutOfMemoryError " |
...