Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include Bump MAXTSIZ to 32 MB (it is an arbitra...



details:   https://anonhg.NetBSD.org/src/rev/3872727e3ce8
branches:  trunk
changeset: 790091:3872727e3ce8
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 18 13:31:39 2013 +0000

description:
Bump MAXTSIZ to 32 MB (it is an arbitrary limit anyway)

diffstat:

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

diffs (18 lines):

diff -r e91cfab5e9c8 -r 3872727e3ce8 sys/arch/vax/include/vmparam.h
--- a/sys/arch/vax/include/vmparam.h    Wed Sep 18 09:25:20 2013 +0000
+++ b/sys/arch/vax/include/vmparam.h    Wed Sep 18 13:31:39 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.47 2010/11/14 13:33:23 uebayasi Exp $    */
+/*     $NetBSD: vmparam.h,v 1.48 2013/09/18 13:31:39 martin Exp $      */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -62,7 +62,7 @@
  */
 
 #ifndef MAXTSIZ
-#define MAXTSIZ                (8*1024*1024)           /* max text size */
+#define MAXTSIZ                (32*1024*1024)          /* max text size */
 #endif
 #ifndef DFLDSIZ
 #define DFLDSIZ                (128*1024*1024)         /* initial data size limit */



Home | Main Index | Thread Index | Old Index