Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create a HelloWorld plugin project gives "Your memory allocation pool settings need attention"

Adam Kurland
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 19, 2018

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

JIRA had problems starting up

and

 

Setup: Your memory allocation pool settings need attention

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.

 

  • The maximum memory allocation pool (-Xmx) is required to be at least 786m.

 

*does anyone know how to fix this?

1 answer

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 19, 2018

Try passing Java Max and Min Heap using the "jvmargs" parameter.

--jvmargs "-Xms512m -Xmx768m"
Adam Kurland
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 19, 2018

thanks this works.

atlas-run --jvmargs "-Xms512m -Xmx768m"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events