How can you increase Total PermGen Memory cap when running atlas-run-standalone?

arnifreyrs November 25, 2014

I am trying to run JIRA version 6.4-OD-12-012 and I bundle some Atlassian connect plugins on load. However, the permgen memory usage (which is capped at 256m) is at 98% so if I want to for example install JIRA Agile, I get java.lang.OutOfMemoryError: PermGen space error.

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 25, 2014

Try

atlas-run-standalone --jvmargs '-XX:MaxPermSize=512M'

(or whatever space you think is appropriate)

Suggest an answer

Log in or Sign up to answer