stuff
This commit is contained in:
parent
c971b609ee
commit
a77d00aab4
@ -94,7 +94,7 @@ var workers = (function(){
|
|||||||
};
|
};
|
||||||
|
|
||||||
workers.startRunners = function(worker, newWorker, stopPercent){
|
workers.startRunners = function(worker, newWorker, stopPercent){
|
||||||
console.log('starting runners on', worker.name)
|
console.log('starting runners on', worker.name, worker.ip)
|
||||||
stopPercent = stopPercent || 80;
|
stopPercent = stopPercent || 80;
|
||||||
ramPercentUsed(worker.ip, function(usedMemPercent){
|
ramPercentUsed(worker.ip, function(usedMemPercent){
|
||||||
console.log('using ', usedMemPercent, ' on ', worker.name, ' continueing');
|
console.log('using ', usedMemPercent, ' on ', worker.name, ' continueing');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user