Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include bump default data size to 256M, enoug...



details:   https://anonhg.NetBSD.org/src/rev/43e1a6584616
branches:  trunk
changeset: 559774:43e1a6584616
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Mar 23 18:54:32 2004 +0000

description:
bump default data size to 256M, enough to build a "-g" kernel

diffstat:

 sys/arch/amd64/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f2a556697649 -r 43e1a6584616 sys/arch/amd64/include/vmparam.h
--- a/sys/arch/amd64/include/vmparam.h  Tue Mar 23 18:54:03 2004 +0000
+++ b/sys/arch/amd64/include/vmparam.h  Tue Mar 23 18:54:32 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.3 2003/10/17 20:27:00 fvdl Exp $ */
+/*     $NetBSD: vmparam.h,v 1.4 2004/03/23 18:54:32 drochner Exp $     */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -66,7 +66,7 @@
  */
 #define        MAXTSIZ         (64*1024*1024)          /* max text size */
 #ifndef DFLDSIZ
-#define        DFLDSIZ         (128*1024*1024)         /* initial data size limit */
+#define        DFLDSIZ         (256*1024*1024)         /* initial data size limit */
 #endif
 #ifndef MAXDSIZ
 #define        MAXDSIZ         (1*1024*1024*1024)      /* max data size */



Home | Main Index | Thread Index | Old Index