Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
Pentium44
/
SVMM
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
bf3ef69aa7
Branches
Tags
master
SVMM
/
setcpulimit
setcpulimit
94 B
History
Raw
1
2
3
4
5
6
7
#!/bin/sh
BOOTSLEEPTIME=120
sleep $BOOTSLEEPTIME
cpulimit --pid $1 --limit $2 > /dev/null &