Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Doesn’t seem to work with processes that use multicore. Say a process’s CPU usage is 700%, cpulimit cannot restrict it to 500%
Hi, i’ve a debian 7 vps with virtualmin with 2 cpu; I’ve tried to set up a cron like:
cpulimit -l 40 /usr/bin/wget -q -O /dev/null http://www.------------.ww/folder1/script.php > /dev/null 2>&1 &
and also:
for j in seq 1 2; do /usr/bin/wget -q -O /dev/null http://www.------------.ww/folder1/script.php > /dev/null 2>&1 & done
but always without success, the cron fires only with:
/usr/bin/wget -q -O /dev/null http://www.------------.ww/folder1/script.php > /dev/null 2>&1
without cpulimit, where is the mistake? Thanks a lot!
Hi, I couldn’t find any article about CentOS. How do I setup cpulimit in CentOS 6.5 x64? Is it the same Ubuntu procedure in CentOS? Please advise how to do it in CentOS 6.5 x64.
Thanks
@ctstanly: You can install cpulimit on CentOS by running the following commands:
sudo su -c 'rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm'
yum --enablerepo=epel -y install cpulimit
The rest of the article should work on CentOS.
Hi Kamal Nasser,
Thanks for your quick response and advice. I will try this soon and if any further help needs, I will comeback again.
Regards,