The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Google Chrome processes replicate until they consume the whole CPU

Diego Cela Fabián
Contributor
April 7, 2025

Hello,

In order to be able to export eazyBI reports and dashboard pages to PDF, we installed Google Chrome on all nodes in Jira Data Center.

However, from time to time we have problems with the Jira instance because the Google Chrome process (/opt/google/chrome/chrome) replicates multiple times in a node, and they consume the whole CPU.

Do you know what could be the cause for it?

Thanks,

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mary Jennings
Contributor
April 7, 2025

We had the same issue on a Jira DC setup using headless Chrome for eazyBI exports. What helped was wrapping the export command in a script with a timeout to kill long-running Chrome instances, and making sure Chrome runs with proper flags: --headless --no-sandbox --disable-gpu --disable-dev-shm-usage. The last one reduces memory pressure in Docker-like environments.

Also worth checking if exports run in parallel, limiting concurrency helped reduce CPU spikes on our nodes.