From 19293fdaff27f9c7f4c26a28b173530e756fd098 Mon Sep 17 00:00:00 2001 From: william Date: Thu, 26 May 2016 20:15:58 -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 75bf84a..9d6ee6b 100644 --- a/routes/api.js +++ b/routes/api.js @@ -107,7 +107,7 @@ var getAvailContainer = function(){ }; var startWorker = function(worker, stopPercent){ - stopPercent = stopPercent || 60; + stopPercent = stopPercent || 80; getFreeMem(worker.ip, function(usedMemPercent){ if(usedMemPercent < stopPercent ){ var name = 'crunner-'+(Math.random()*100).toString().replace('.','');