Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Back off MAXDSIZ to 1.5GB to avoi...



details:   https://anonhg.NetBSD.org/src/rev/4d74d7e6f971
branches:  trunk
changeset: 808778:4d74d7e6f971
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 02 05:54:23 2015 +0000

description:
Back off MAXDSIZ to 1.5GB to avoid some virtual memory exhausted messages.

diffstat:

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

diffs (18 lines):

diff -r 7a48c8879f64 -r 4d74d7e6f971 sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h      Tue Jun 02 05:11:34 2015 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h      Tue Jun 02 05:54:23 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.37 2015/05/28 02:24:23 matt Exp $        */
+/*     $NetBSD: vmparam.h,v 1.38 2015/06/02 05:54:23 matt Exp $        */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -66,7 +66,7 @@
 #define        DFLDSIZ         (384*1024*1024)         /* initial data size limit */
 #endif
 #ifndef        MAXDSIZ
-#define        MAXDSIZ         (1856*1024*1024)        /* max data size */
+#define        MAXDSIZ         (1536*1024*1024)        /* max data size */
 #endif
 #ifndef        DFLSSIZ
 #define        DFLSSIZ         (4*1024*1024)           /* initial stack size limit */



Home | Main Index | Thread Index | Old Index