You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We have a Jira v8.13.4, and for over a week, CPU usage has been reaching up to 99% on our dedicated m6a.4xlarge (16 CPU and 64 GB RAM) instance. These spikes persist, and CPU usage only returns to normal after restarting the service. We haven't found anything unusual in the logs.
While reviewing the logs, we couldn't find any reference to this excessively high consumption, nor the cause behind it.
top
Welcome to the Atlassian Community!
This is symptomatic of a memory leak (processes getting allocated memory, but then not releasing it), not performance. The CPU usage goes up because as less and less space being available for running processes means the CPU has to swap more and more frequently, and eventually, it stumbles to a halt.
You need to be digging through the garbage collection logs and getting thread dumps so you can see what long-running threads you have consuming your memory.
Hi @Jose Roberto Nava Morales welcome to the community. I found these articles on Atlassian's site regarding performance on the server: troubleshoot-performance-issues server-optimization performance-troubleshooting-tools
On Atlassian's jira site, I couldn't find anything specific to this issue. You could check with support, (support.atlassian.com/contact) as I may be missing something.
I'm not sure if something in the latest code could help you. Might be another thing to check.
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.