/[base]
ViewVC logotype

Revision 313730


Jump to revision: Previous Next
Author: avg
Date: Tue Feb 14 13:54:05 2017 UTC (7 years, 4 months ago)
Changed paths: 2
Log Message:
try to fix RACCT_RSS accounting

There could be a race between the vm daemon setting RACCT_RSS based on
the vm space and vmspace_exit (called from exit1) resetting RACCT_RSS to
zero.  In that case we can get a zombie process with non-zero RACCT_RSS.
If the process is jailed, that may break accounting for the jail.
There could be other consequences.

Fix this race in the vm daemon by updating RACCT_RSS only when a process
is in the normal state.  Also, make accounting a little bit more
accurate by refreshing the page resident count after calling
vm_pageout_map_deactivate_pages().
Finally, add an assert that the RSS is zero when a process is reaped.

PR:		210315
Reviewed by:	trasz
Differential Revision: https://reviews.freebsd.org/D9464


Changed paths

Path Details
Directoryhead/sys/kern/kern_racct.c modified , text changed
Directoryhead/sys/vm/vm_pageout.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27