kernel: Set kern.ipc.shm_use_phys to 1 by default
authorFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 20 Aug 2012 06:17:29 +0000 (08:17 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 20 Aug 2012 06:46:08 +0000 (08:46 +0200)
commit4f1a160352ca979cc8782a05c4afe079a1ea9240
treed94f5b0d21af3f53ecbd013ae25e2680bffc9946
parent594bec47f7b6bbb706d6d817d8435dc5034404b5
kernel: Set kern.ipc.shm_use_phys to 1 by default

* The only known user of SYSV shared memory is PostgreSQL

* It really needs physical allocation to perform well with high
  numbers of clients

* Physical allocation is now used by default
sys/kern/sysv_shm.c