This commit is contained in:
William Mantly 2016-05-30 17:06:03 -04:00
parent c971b609ee
commit a77d00aab4

View File

@ -94,7 +94,7 @@ var workers = (function(){
};
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;
ramPercentUsed(worker.ip, function(usedMemPercent){
console.log('using ', usedMemPercent, ' on ', worker.name, ' continueing');