(no title)
wbkang | 2 years ago
% ps aux | sort -k5 -rh | head -1
xxxxxxxx 88273 1.2 0.9 1597482768 316064 ?? S 4:07PM 35:09.71 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/...
Since ps displays vsz column in KiB, 1597482768 corresponds to 1TB+.
No comments yet.