mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 11:39:25 +01:00
start-cpulimit: default limit to 20%
This commit is contained in:
parent
69e16e536b
commit
1ab8db8069
@ -2,7 +2,7 @@
|
|||||||
# Shell script to start PyLink under CPUlimit, killing it if it starts abusing the CPU.
|
# Shell script to start PyLink under CPUlimit, killing it if it starts abusing the CPU.
|
||||||
|
|
||||||
# Set this to whatever you want. cpulimit --help
|
# Set this to whatever you want. cpulimit --help
|
||||||
LIMIT=50
|
LIMIT=20
|
||||||
|
|
||||||
# Change to the PyLink root directory.
|
# Change to the PyLink root directory.
|
||||||
WRAPPER_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
WRAPPER_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
|
Loading…
Reference in New Issue
Block a user