Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
Pentium44
/
MTSM
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
1
Pull Requests
0
Wiki
Aborescence:
0c577775b8
Branches
Tags
master
MTSM
/
setcpulimit
setcpulimit
94 B
Historique
Raw
1
2
3
4
5
6
7
#!/bin/sh
BOOTSLEEPTIME=120
sleep $BOOTSLEEPTIME
cpulimit --pid $1 --limit $2 > /dev/null &