Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b440dc

Browse files
committed
chore: remove non-useful avgload information
1 parent8974e8b commit9b440dc

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
constsystemMemoryInfo={
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
constmemoryLog=`[MEMORY:${context}] Node:${JSON.stringify(nodeMemoryInfo)} | System:${JSON.stringify(systemMemoryInfo)}`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp