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
- A hozzászóláshoz be kell jelentkezni
Köszi.
Az érdekes, hogy ez a szám nálam növekszik. :S
- A hozzászóláshoz be kell jelentkezni
5 6 7 8 9?
___
info
- A hozzászóláshoz be kell jelentkezni
Igen. Egyik nap X másnap Y. Jelenleg 1876.
- A hozzászóláshoz be kell jelentkezni
-STABLE -CURRENT -RELEASE ?
___
info
- A hozzászóláshoz be kell jelentkezni
8.1-RELEASE FreeBSD 8.1-RELEASE amd64
- A hozzászóláshoz be kell jelentkezni
Egyébként mi lenne ennek az optimális mérete?
(4GB memória, 2x3Ghz Xeon)
- A hozzászóláshoz be kell jelentkezni