1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 04:15:55 +02:00
This commit is contained in:
MeiMei
2021-02-27 01:29:29 +09:00
committed by GitHub
parent 377b0399a0
commit 0921850a79
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ export default function() {
const stats = {
cpu: roundCpu(cpu),
mem: {
used: round(memStats.used),
used: round(memStats.used - memStats.buffers - memStats.cached),
active: round(memStats.active),
},
net: {