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@
This commit is contained in:
he 2023-05-14 18:44:27 +00:00
parent 942c4f27e1
commit 3be72521d2
1 changed files with 2 additions and 2 deletions

View File

@ -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. * Copyright (c) 1988 University of Utah.
@ -88,7 +88,7 @@
*/ */
#if defined(__mips_o32) #if defined(__mips_o32)
#ifndef MAXTSIZ #ifndef MAXTSIZ
#define MAXTSIZ (64*1024*1024) /* max text size */ #define MAXTSIZ (128*1024*1024) /* max text size */
#endif #endif
#ifndef DFLDSIZ #ifndef DFLDSIZ
#define DFLDSIZ (128*1024*1024) /* initial data size limit */ #define DFLDSIZ (128*1024*1024) /* initial data size limit */