crank MAXTSIZ because clang is a piggy
authorderaadt <deraadt@openbsd.org>
Thu, 16 Nov 2023 13:47:22 +0000 (13:47 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 16 Nov 2023 13:47:22 +0000 (13:47 +0000)
sys/arch/mips64/include/vmparam.h

index cfc8f55..7375d91 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vmparam.h,v 1.30 2023/03/19 20:32:13 kettenis Exp $   */
+/*     $OpenBSD: vmparam.h,v 1.31 2023/11/16 13:47:22 deraadt Exp $    */
 /*     $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $  */
 
 /*
@@ -51,7 +51,7 @@
  * Virtual memory related constants, all in bytes
  */
 #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 */