mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-20 05:27:37 +01:00
show rss/heap in info table
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<td>{info.git.branch}@<a href="https://github.com/NodeBB/NodeBB/commit/{info.git.hash}" target="_blank">{info.git.hashShort}</a></td>
|
||||
<td>{info.process.cpuUsage}%</td>
|
||||
<td>
|
||||
<span title="[[admin/development/info:used-memory-process]]">{info.process.memoryUsage.humanReadable} gb</span>
|
||||
<span title="[[admin/development/info:used-memory-process]]">{info.process.memoryUsage.rssReadable}gb / {info.process.memoryUsage.heapUsedReadable}gb</span>
|
||||
</td>
|
||||
<td>
|
||||
<span title="[[admin/development/info:used-memory-os]]">{info.os.usedmem} gb</span> /
|
||||
|
||||
Reference in New Issue
Block a user