Our droplet is capped at 60% cpu usage. there is no cpulimit installed on our ubuntu linux droplet. Does anyone know where such a limit is setup. we have an 8cpu core 32 gb droplet and we need to let the cpu load go higher to at least 90%. does anyone know how to remove this limit
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @chrissy,
This is quite odd, it’s possible that you’ve configured it along the way for some reason.
Check if you have the cpulimit service installed. You can do so by running cpulimit on your droplet without any additional flags.
Anyway, if you do have it installed and in place, it will be executed as a process on your droplet. SSH to your droplet and execute the following command to see all the current processes running:
ps aux
Check if you see any strange processes or something that has cpulimit in it. If it does, kill the proccess.
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.