From 1ab8db8069df124353b22ee3787af9a4b4aa9621 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 25 Jul 2015 18:27:12 -0700 Subject: [PATCH] start-cpulimit: default limit to 20% --- start-cpulimit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-cpulimit.sh b/start-cpulimit.sh index 89536ab..5c2a582 100755 --- a/start-cpulimit.sh +++ b/start-cpulimit.sh @@ -2,7 +2,7 @@ # Shell script to start PyLink under CPUlimit, killing it if it starts abusing the CPU. # Set this to whatever you want. cpulimit --help -LIMIT=50 +LIMIT=20 # Change to the PyLink root directory. WRAPPER_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)