Skip to content

Commit 9b440dc

Browse files
committed
chore: remove non-useful avgload information
1 parent 8974e8b commit 9b440dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/memoryLogger.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ export class MemoryLogger {
130130
const systemMemoryInfo = {
131131
totalMem: `${(os.totalmem() / 1024 / 1024 / 1024).toFixed(2)}GB`,
132132
freeMem: `${(os.freemem() / 1024 / 1024 / 1024).toFixed(2)}GB`,
133-
loadAvg: os
134-
.loadavg()
135-
.map((load) => load.toFixed(2))
136-
.join(", "),
137133
}
138134

139135
const memoryLog = `[MEMORY:${context}] Node: ${JSON.stringify(nodeMemoryInfo)} | System: ${JSON.stringify(systemMemoryInfo)}`

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy