app: MB memory usage

This commit is contained in:
DIYgod 2018-05-17 14:23:02 +08:00
parent 68fbfd5ce9
commit d24cdb9a21
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ router.get('/', async (ctx) => {
},
{
name: '内存占用',
value: process.memoryUsage().rss + ' Byte',
value: process.memoryUsage().rss / 1000000 + ' MB',
},
{
name: '运行时间',