From 7fcafe3a3413583814e7bfdc8f46b6dbde116548 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 4 Mar 2011 13:24:19 +0000 Subject: [PATCH] Revert max stack size change. This is not used anymore for 32 bit binaries. --- sys/arch/amd64/include/vmparam.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/amd64/include/vmparam.h b/sys/arch/amd64/include/vmparam.h index 66b11bbdce5f..2be36e320f63 100644 --- a/sys/arch/amd64/include/vmparam.h +++ b/sys/arch/amd64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.26 2011/03/04 03:34:24 joerg Exp $ */ +/* $NetBSD: vmparam.h,v 1.27 2011/03/04 13:24:19 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -82,9 +82,8 @@ #ifndef DFLSSIZ #define DFLSSIZ (4*1024*1024) /* initial stack size limit */ #endif -/* Warning: Do not change this constant without testing netbsd32! */ #ifndef MAXSSIZ -#define MAXSSIZ (64*1024*1024) /* max stack size */ +#define MAXSSIZ (128*1024*1024) /* max stack size */ #endif /*