Hacker News new | ask | show | jobs
by hashhar 3356 days ago
Most of the Electron apps use multiple processes so you'll want to add up all their instances.
1 comments

And simply adding up all the processes will count all the shared memory multiple times (which will greatly inflate the "final number" to much larger than it really is)