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