Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf Boost symtab space for amd64



details:   https://anonhg.NetBSD.org/src/rev/17ecfe0bc63d
branches:  trunk
changeset: 772541:17ecfe0bc63d
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sat Jan 07 19:43:06 2012 +0000

description:
Boost symtab space for amd64

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 18c75e2b4dfb -r 17ecfe0bc63d sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Sat Jan 07 18:54:30 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Sat Jan 07 19:43:06 2012 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: GENERIC.common,v 1.12 2012/01/07 18:10:18 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.13 2012/01/07 19:43:06 reinoud Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.12 $"
+#ident                 "GENERIC-$Revision: 1.13 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
 
-options        SYMTAB_SPACE=350000
+options        SYMTAB_SPACE=450000
 
 options        RTC_OFFSET=0
 options        NTP



Home | Main Index | Thread Index | Old Index