From b5737a0470bece0755b5b50ecc15415aedba6fe1 Mon Sep 17 00:00:00 2001 From: william Date: Fri, 27 May 2016 20:07:32 -0400 Subject: [PATCH] stuff --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index c85622a..8d9be64 100644 --- a/routes/api.js +++ b/routes/api.js @@ -173,7 +173,7 @@ var getAvailrunner = function(runner){ var startRunners = function(worker, stopPercent){ console.log('starting runners on', worker.name) - stopPercent = stopPercent || 30; + stopPercent = stopPercent || 80; ramPercentUsed(worker.ip, function(usedMemPercent){ if(usedMemPercent < stopPercent ){ var name = 'crunner-'+(Math.random()*100).toString().replace('.','');