Forums

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

I am trying to start JIRA 7.8.0 in the JIRA SDK on Linux. It says JVM does not have enough memory

GlennL
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!
February 23, 2018

I am trying to start JIRA 7.8.0 in the JIRA SDK on Linux.  

It says Jira had problems starting up. And in the details says ...

 

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.

I tried the solution for a full install of Jira but the SDK is obviously different and the following steps could not be accomplished.

To increase heap space memory in Linux installations:

  1. In your <JIRA application installation directory>/bin (or <Tomcat Installation Directory>/bin for JIRA WAR installations), open the setenv.sh file.
  2. Find the sections JVM_MINIMUM_MEMORY= and JVM_MAXIMUM_MEMORY=
  3. See Diagnosis above and enter the appropriate values.

 

Does Atlassian have to update the SDK ?

Or are there some steps I could follow to resolve this?

 

 

1 answer

1 accepted

6 votes
Answer accepted
Kian Stack Mumo Systems
Community Champion
February 23, 2018

Glenn, 

Based on your question, I assume you are running JIRA locally using the Atlassian SDK? 

You should be able to append a command-line parameter to help resolve this. 

For example: 

atlas-run-standalone --product jira --version 7.8.0 --jvmargs "-Xms512m -Xmx768m"

GlennL
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!
February 23, 2018

Yes I am running JIRA locally using the Atlassian SDK.

I tried your suggestion and it worked.

Many thanks.

Issue Resolved.

Kian Stack Mumo Systems
Community Champion
February 23, 2018

Please accept the answer if it solved your issue!

Arunraj February 26, 2021

atlas-run-standalone --product jira --version 7.8.0 --jvmargs "-Xms512m -Xmx768m"

i'm not able to understand from that what your saying?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events