Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/include Bump DFLSSIZ so that we can build li...
details: https://anonhg.NetBSD.org/src/rev/5b8c78465ead
branches: trunk
changeset: 467928:5b8c78465ead
user: scottr <scottr%NetBSD.org@localhost>
date: Wed Mar 31 06:53:56 1999 +0000
description:
Bump DFLSSIZ so that we can build libc.so.*, and limit MAXSSIZ independently
of MAXDSIZ.
diffstat:
sys/arch/mac68k/include/vmparam.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r aec8d78ba943 -r 5b8c78465ead sys/arch/mac68k/include/vmparam.h
--- a/sys/arch/mac68k/include/vmparam.h Wed Mar 31 06:37:13 1999 +0000
+++ b/sys/arch/mac68k/include/vmparam.h Wed Mar 31 06:53:56 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.18 1999/01/16 20:31:20 chuck Exp $ */
+/* $NetBSD: vmparam.h,v 1.19 1999/03/31 06:53:56 scottr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -113,10 +113,10 @@
#define MAXDSIZ (64*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
-#define DFLSSIZ (512*1024) /* initial stack size limit */
+#define DFLSSIZ (2*1024*1024) /* initial stack size limit */
#endif
#ifndef MAXSSIZ
-#define MAXSSIZ MAXDSIZ /* max stack size */
+#define MAXSSIZ (32*1024*1024) /* max stack size */
#endif
/*
Home |
Main Index |
Thread Index |
Old Index