How to check whether Jira is using swap file or not?

zhen zhang
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.
November 18, 2015

This question is in reference to Atlassian Documentation: Garbage Collector Performance Issues

Dear support team,

I am investigating the GC and to see how to improve the JIRA performance. I want to know how to check if JIRA is using the swap file or not?  Could you please guide me on this? Thanks a lot!

 

Regards,

Zhen

1 answer

0 votes
Jonas Andersson
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.
November 18, 2015

On linux:

use the command "free". The line "Swap:" and check column "used". The value should be a fraction of the total swap.

 

Also, install "Java melody" which gives great insight on different kinds of memories used in java, allowing you to graph it and see peeks in both CPU, memory, IO and http-sessions.

 

Suggest an answer

Log in or Sign up to answer