View Single Post
  #6   (View Single Post)  
Old 13th June 2008
ccc ccc is offline
Shell Scout
 
Join Date: May 2008
Posts: 97
Default

Quote:
Originally Posted by J65nko View Post
What is the output of
Code:
# sysctl vm.pmap.shpgperproc
# sysctl vm.pmap.pv_entry_max
You could set these to a higher value. There probably are also sysctl variables which tell you how much of these maximum values you are using now.

I don't have access to a FBSD box at the moment so this is all the help I can give you at this moment

I tried to change, but it doesn't work:
Code:
# sysctl -a | grep vm.pmap.shpgperproc
vm.pmap.shpgperproc: 200
# sysctl -a | grep vm.pmap.pv_entry_max
vm.pmap.pv_entry_max: 448896

# sysctl vm.pmap.shpgperproc=400
sysctl: oid 'vm.pmap.shpgperproc' is read only
# sysctl vm.pmap.pv_entry_max=8000000
sysctl: oid 'vm.pmap.pv_entry_max' is read only
Reply With Quote