Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Make SHMSEG much larger to accomodate GNOME and imlib.



details:   https://anonhg.NetBSD.org/src/rev/a2c86d9e93ce
branches:  trunk
changeset: 499096:a2c86d9e93ce
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Nov 11 02:24:55 2000 +0000

description:
Make SHMSEG much larger to accomodate GNOME and imlib.
It's limited by SHMMAXPGS anyway.

diffstat:

 sys/conf/param.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e52fa7ee2b37 -r a2c86d9e93ce sys/conf/param.c
--- a/sys/conf/param.c  Sat Nov 11 01:22:37 2000 +0000
+++ b/sys/conf/param.c  Sat Nov 11 02:24:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.c,v 1.36 2000/09/24 18:45:38 jdolecek Exp $      */
+/*     $NetBSD: param.c,v 1.37 2000/11/11 02:24:55 mycroft Exp $       */
 
 /*
  * Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@@ -132,7 +132,7 @@
 #define        SHMMAX  SHMMAXPGS       /* shminit() performs a `*= NBPG' */
 #define        SHMMIN  1
 #define        SHMMNI  128                     /* <= SHMMMNI in shm.h */
-#define        SHMSEG  32
+#define        SHMSEG  128
 #define        SHMALL  SHMMAXPGS
 
 struct shminfo shminfo = {



Home | Main Index | Thread Index | Old Index