git: kernel - Increase default shared pages per process for x86-64
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Nov 9 02:25:21 PST 2011
commit f1d3f4223a161c4e97e85268be2cc6dd16b9f6c8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Nov 9 02:21:21 2011 -0800
kernel - Increase default shared pages per process for x86-64
* Increase from 200 to 2000 per process. This is a temporary fix until a
better one based on max physical memory can be found.
* For vkernel64 increase from 200 to 1000.
Reported-by: ftigeot
Summary of changes:
sys/platform/pc64/x86_64/pmap.c | 2 +-
sys/platform/vkernel64/platform/pmap.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f1d3f4223a161c4e97e85268be2cc6dd16b9f6c8
--
DragonFly BSD source repository
More information about the Commits
mailing list