Following the instructions to create a hello world plugin project:
https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/
When run with atlas-run and navigating to http://localhost:2990/jira I see a page which indicates
and
JIRA runs in a Java virtual machine (JVM), and this JVM is allocated an amount of memory to enable JIRA to run. These amounts can be manually configured.
*does anyone know how to fix this?
Try passing Java Max and Min Heap using the "jvmargs" parameter.
--jvmargs "-Xms512m -Xmx768m"
thanks this works.
atlas-run --jvmargs "-Xms512m -Xmx768m"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.