Displaying 3 results from an estimated 3 matches for "v_free_target".
2013 Feb 14
2
i386: vm.pmap kernel local race condition
...dnight results in crash:
Feb 14 00:03:00 irl savecore: reboot after panic: get_pv_entry: increase vm.pmap.shpgperproc
Feb 14 00:03:00 irl savecore: writing core to vmcore.1
Btw, I have coredump.
vm.pmap.shpgperproc has default value (200) here, as well as m.v_free_min,
vm.v_free_reserved, and vm.v_free_target and KVA_PAGES.
These crashes are pretty regular
# last|fgrep reboot
reboot ~ Thu Feb 14 00:03
reboot ~ Wed Feb 13 19:08
reboot ~ Wed Feb 13 10:40
reboot ~...
2003 Apr 06
1
load testing and tuning a 4GB RAM server
...bufs=6656
kern.ipc.shm_use_phys=1
kern.maxfiles=32768
kern.maxproc=8192
kern.maxswzone=33554432
kern.nbuf=16384
kern.ncallout=32768
kern.vm.kmem.size=268435456
kern.vm.pmap.shpgperproc=2048
net.inet.tcp.tcbhashsize=16384
Contents of /etc/sysctl.conf:
kern.ip.somaxconn=4096
vm.v_free_min=131072
vm.v_free_target=262144
vm.f_free_reserved=32768
vm.v_free_severe=65536
kern.ps_showallprocs=0
Some info from kernel config:
maxusers 0
options KVA_PAGES=512
options NSWAPDEV=1
(the rest is pretty much my hardware, firewall and other irrelevant stuff)
This has been copied by hand as the machine is not networked...
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...Page Wait: 0 Sleep: 26)
Virtual Memory: (Total: 37926K, Active 42712K)
Real Memory: (Total: 32144K Active 12172K)
Shared Virtual Memory: (Total: 5616K Active: 3248K)
Shared Real Memory: (Total: 4376K Active: 2372K)
Free Memory Pages: 2017696K
vm.loadavg: { 1.09 0.29 0.11 }
vm.v_free_min: 3311
vm.v_free_target: 13993
vm.v_free_reserved: 749
vm.v_inactive_target: 20989
vm.v_cache_min: 13993
vm.v_cache_max: 27986
vm.v_pageout_free_min: 34
vm.pageout_algorithm: 0
vm.swap_enabled: 1
vm.kmem_size: 335544320
vm.kmem_size_max: 335544320
vm.kmem_size_scale: 3
vm.swap_async_max: 4
vm.dmmax: 32
vm.nswapdev: 1
vm.z...