git: kernel: Set kern.ipc.shm_use_phys to 1 by default

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Aug 19 23:51:53 PDT 2012


commit 4f1a160352ca979cc8782a05c4afe079a1ea9240
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Mon Aug 20 08:17:29 2012 +0200

    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

Summary of changes:
 sys/kern/sysv_shm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4f1a160352ca979cc8782a05c4afe079a1ea9240


-- 
DragonFly BSD source repository





More information about the Commits mailing list