CPU spike after running Bamboo server or a remote agent on a Linux box

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Your java applications (Bamboo server, remote agent or any other java based application) suddenly start to use 100% CPU on a Linux box. There are no other installed applications that might be causing the problem. There are enough resources for the java program to run.

Cause

You are stumbling on java leap second bug (it's a bug in Linux kernel for some distributions, and only java programs seem to be affected).

Resolution

Run this command to restart 'ntp' service:

service ntpd stop; date -s "`date`";service ntpd start

 

 

Last modified on Nov 21, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.