前几天装了一半服务器,日志中经常有如下提示:
Approaching the limit on PV entries, consider increasing either the
>>> vm.pmap.shpgperproc or the vm.pmap.pv_entry_max sysctl
上网查了一下,好像是虚拟内存问题
通过sysctl -ad 查看kern.ipc.shm_use_phys=0
修改:
sysctl kern.ipc.shm_use_phys=1
Approaching the limit on PV entries Freebsd7.0 错误
bywzy 发表于 技术交流 分类,
31
三月
2008
0