vm.pmap.shpgperproc mi?

Fórumok

Sziasztok,

Tudja valaki mi az a vm.pmap.shpgperproc?

Köszi

Hozzászólások


opv@pandora-d ~> sysctl -d vm.pmap.shpgperproc
vm.pmap.shpgperproc: Page share factor per proc

#
# Set the number of PV entries per process.  Increasing this can
# stop panics related to heavy use of shared memory.  However, that can
# (combined with large amounts of physical memory) cause panics at
# boot time due the kernel running out of VM space.
#
# If you're tweaking this, you might also want to increase the sysctls
# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".
#
# The value below is the one more than the default.
#
options         PMAP_SHPGPERPROC=201

algo:


sysctl -d vm.pmap.shpgperproc
man vm
man VM
man -k pmap
man pmap
man -k vm
man -k shpgperproc
man -k shpgper
man -k shpg
cd /usr/src/sys/vm/
git grep shpgperproc
cd ..
git grep shpgperproc
vi amd64/amd64/pmap.c
git grep PMAP_SHPGPERPROC
less amd64/conf/NOTES

___
info