Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sparc64/include Pull up revision 1.20 (request...



details:   https://anonhg.NetBSD.org/src/rev/5362d2293a03
branches:  netbsd-1-6
changeset: 529561:5362d2293a03
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 30 13:19:23 2002 +0000

description:
Pull up revision 1.20 (requested by thorpej in ticket #763):
  Increase the default stack limit to 2M (from 512K on sparc
  and 1M on sparc64).

diffstat:

 sys/arch/sparc64/include/vmparam.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 22699c9aa575 -r 5362d2293a03 sys/arch/sparc64/include/vmparam.h
--- a/sys/arch/sparc64/include/vmparam.h        Sat Nov 30 13:06:15 2002 +0000
+++ b/sys/arch/sparc64/include/vmparam.h        Sat Nov 30 13:19:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.19 2001/11/15 18:06:18 soren Exp $ */
+/*     $NetBSD: vmparam.h,v 1.19.12.1 2002/11/30 13:19:23 he Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -87,7 +87,7 @@
 #define        MAXDSIZ         (1L<<39)                /* max data size */
 #endif
 #ifndef        DFLSSIZ
-#define        DFLSSIZ         (1024*1024)             /* initial stack size limit */
+#define        DFLSSIZ         (2*1024*1024)           /* initial stack size limit */
 #endif
 #ifndef        MAXSSIZ
 #define        MAXSSIZ         MAXDSIZ                 /* max stack size */
@@ -112,7 +112,7 @@
 #define        MAXDSIZ         (1*1024*1024*1024)      /* max data size */
 #endif
 #ifndef        DFLSSIZ
-#define        DFLSSIZ         (1024*1024)             /* initial stack size limit */
+#define        DFLSSIZ         (2*1024*1024)           /* initial stack size limit */
 #endif
 #ifndef        MAXSSIZ
 #define        MAXSSIZ         (8*1024*1024)                   /* max stack size */



Home | Main Index | Thread Index | Old Index