Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/booke Sync MAXfoo params with oea:



details:   https://anonhg.NetBSD.org/src/rev/836f93a51037
branches:  trunk
changeset: 961377:836f93a51037
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Apr 17 13:25:57 2021 +0000

description:
Sync MAXfoo params with oea:

  MAXTSIZ: 512MB -> 128MB
  MAXDSIZ: 3.25GB -> 1GB

There should be no particular reasons for having different values.

diffstat:

 sys/arch/powerpc/include/booke/vmparam.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 7c7a28fa1b87 -r 836f93a51037 sys/arch/powerpc/include/booke/vmparam.h
--- a/sys/arch/powerpc/include/booke/vmparam.h  Sat Apr 17 13:23:24 2021 +0000
+++ b/sys/arch/powerpc/include/booke/vmparam.h  Sat Apr 17 13:25:57 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.8 2021/04/17 13:23:24 rin Exp $  */
+/*     $NetBSD: vmparam.h,v 1.9 2021/04/17 13:25:57 rin Exp $  */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -56,11 +56,11 @@
 #endif
 
 #ifndef        MAXTSIZ
-#define        MAXTSIZ         (2*256*1024*1024)       /* maximum text size */
+#define        MAXTSIZ         (128*1024*1024)         /* maximum text size */
 #endif
 
 #ifndef        MAXDSIZ
-#define        MAXDSIZ         (13*256*1024*1024U)     /* maximum data size */
+#define        MAXDSIZ         (1024*1024*1024)        /* maximum data size */
 #endif
 
 #ifndef        MAXSSIZ



Home | Main Index | Thread Index | Old Index