Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Bump MAXTSIZ from 64MB to 128MB also f...



details:   https://anonhg.NetBSD.org/src/rev/9c2e837cad9e
branches:  trunk
changeset: 375316:9c2e837cad9e
user:      he <he%NetBSD.org@localhost>
date:      Sun May 14 18:44:27 2023 +0000

description:
Bump MAXTSIZ from 64MB to 128MB also for o32.

This so that the rather large cc1 from gcc12 can be run.
OK'ed by simonb@

diffstat:

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

diffs (18 lines):

diff -r 0fb39383355a -r 9c2e837cad9e sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Sun May 14 18:05:52 2023 +0000
+++ b/sys/arch/mips/include/vmparam.h   Sun May 14 18:44:27 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.66 2021/06/23 15:11:40 simonb Exp $      */
+/*     $NetBSD: vmparam.h,v 1.67 2023/05/14 18:44:27 he Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -88,7 +88,7 @@
  */
 #if defined(__mips_o32)
 #ifndef MAXTSIZ
-#define        MAXTSIZ         (64*1024*1024)          /* max text size */
+#define        MAXTSIZ         (128*1024*1024)         /* max text size */
 #endif
 #ifndef DFLDSIZ
 #define        DFLDSIZ         (128*1024*1024)         /* initial data size limit */



Home | Main Index | Thread Index | Old Index