load stuff

This commit is contained in:
William Mantly 2016-04-25 15:40:49 -04:00
parent 5c94ea4c29
commit 6acc3fba21

View File

@ -174,7 +174,7 @@ router.post('/run/:ip?', function doRun(req, res, next){
var startAll = function(){ var startAll = function(){
getFreeMem(function(freeMem){ getFreeMem(function(freeMem){
var usedMem = Math.round((freeMem/totalmem)*100); var usedMem = Math.round((freeMem/totalMem)*100);
console.log(usedMem); console.log(usedMem);
}); });
} }