load stuff
This commit is contained in:
parent
5c94ea4c29
commit
6acc3fba21
@ -174,7 +174,7 @@ router.post('/run/:ip?', function doRun(req, res, next){
|
||||
|
||||
var startAll = function(){
|
||||
getFreeMem(function(freeMem){
|
||||
var usedMem = Math.round((freeMem/totalmem)*100);
|
||||
var usedMem = Math.round((freeMem/totalMem)*100);
|
||||
console.log(usedMem);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user