Module Name:    src
Committed By:   martin
Date:           Wed Sep 18 13:31:39 UTC 2013

Modified Files:
        src/sys/arch/vax/include: vmparam.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/vax/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/include/vmparam.h
diff -u src/sys/arch/vax/include/vmparam.h:1.47 src/sys/arch/vax/include/vmparam.h:1.48
--- src/sys/arch/vax/include/vmparam.h:1.47	Sun Nov 14 13:33:23 2010
+++ src/sys/arch/vax/include/vmparam.h	Wed Sep 18 13:31:39 2013
@@ -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 */

Reply via email to