Currently jira is starting with -XX:MaxPermSize=256m -Xms2048m -Xmx2048m values and we are experiencing EXTREME SLOWNESS in accessing jira and have to bounce it
Please let me know the recommended values to use?
Thanks
Syed
Electric Cloud
Sunnyvale CA
Hi, tuning JIRA and any Java web application isn't as simple as increasing the memory. I would definitely look at where the bottleneck is and why is it slowing down.
Was it fast before?
When did it started happening? Has anything changed? It could be a plugin.
Do you see any errors in the logs? Often performance issues are caused by certain errors.
Is the response time slow or the page loading speed?
What version of Java are you running? It might be a good idea to update it to the latest that your version of JIRA supports.
Have you optimized you instance such as turning on compression and caching?
Is it the database or the hardware that is having issues here? Metrics need to be collected.
Before you take in any advice from here -- check out what the problem is. Any random changes could make matters worse.
+1 to Harry. Increasing the memory without proper reason will likely create more harm than good. You will need to find out what is the culprit of the performance behaviour.
As a general guideline, you may refer to the following pages:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the value for 'initial Memory Pool' and 'Maximum Memory Pool' in the Java settings should be same ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same say it matters. Same say otherwise. You'll have to benchmark it. I've seen huge variances. It doesn't have to be.
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.
Heap memory size is a bit counter-intuitive.
The rule of thumb is to reduce it until you get "out of memory" messages and increase it a trifle.
If you increase the heap size too much then "Garbage Collection" can take too long and you may see the slowness you are referring to.
Having said that there are plenty of other factors that could be responsible.
Like the OP, I have no trouble running at 1024
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.
In our case we do NOT want to increase the heap memory but to reduce it as high memory will slow it down I just need recommended values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
seems okay now changed parameters to -XX:MaxPermSize=256m -Xms1024m -Xmx1024m
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you running 32 bit or 64 bit version of jira? We are running 64 bit and use 1024m for xms and xmx. Please do reindexing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok. How big is your RAM
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.
3.7 GB? Then 1024m will be ok for you. Higher values will slow down yo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.