stuff
This commit is contained in:
parent
732d15cc54
commit
b5737a0470
@ -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('.','');
|
||||
|
Loading…
x
Reference in New Issue
Block a user