Approaching the limit on PV entries Freebsd7.0 错误

bywzy 发表于 技术交流 分类,
0

前几天装了一半服务器,日志中经常有如下提示:
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

« 上一篇: :下一篇 »

发表我的评论

icon_wink.gif icon_neutral.gif icon_mad.gif icon_twisted.gif icon_smile.gif icon_eek.gif icon_sad.gif icon_rolleyes.gif icon_razz.gif icon_redface.gif icon_surprised.gif icon_mrgreen.gif icon_lol.gif icon_idea.gif icon_biggrin.gif icon_evil.gif icon_cry.gif icon_cool.gif icon_arrow.gif icon_confused.gif icon_question.gif icon_exclaim.gif