varaverk: memory top procs — top 3, inline right of total on same line

This commit is contained in:
Gmer4Lfe
2026-05-24 11:28:51 -04:00
parent 397ec405a0
commit 3c26f8d767
2 changed files with 6 additions and 6 deletions
@@ -155,7 +155,7 @@ function vv_memory_breakdown(): array {
}
arsort($grouped);
$topProcs = [];
foreach (array_slice($grouped, 0, 5, true) as $name => $kb)
foreach (array_slice($grouped, 0, 3, true) as $name => $kb)
$topProcs[] = ['name' => $name, 'kb' => $kb];
return [