Remove RSS mem logging
This commit is contained in:
parent
652fe5c264
commit
c4314325a3
1 changed files with 0 additions and 3 deletions
3
app.js
3
app.js
|
@ -75,9 +75,6 @@ if (!module.parent) {
|
|||
app.listen(process.env.PORT || 4040, function() {
|
||||
debug('Koa HTTP server listening on port ' + (process.env.PORT || 4040));
|
||||
});
|
||||
setInterval(function() {
|
||||
debug('%sMB', process.memoryUsage().rss / 1024 / 1024);
|
||||
}, 10000);
|
||||
}
|
||||
|
||||
export default app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue