Y
Hacker News
new
|
ask
|
show
|
jobs
by
Daniel_Newby
5846 days ago
How are you measuring resource consumption? Memory consumption often includes
a lot
of shared virtual memory, where multiple Apache threads/processes simultaneously use the same physical memory.
1 comments
sirn
5846 days ago
Resident size. Normally ps -o rss,ucomm
link