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/sparc/include Pull up revision 1.31 (requested...



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

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

diffstat:

 sys/arch/sparc/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5362d2293a03 -r 9effac991535 sys/arch/sparc/include/vmparam.h
--- a/sys/arch/sparc/include/vmparam.h  Sat Nov 30 13:19:23 2002 +0000
+++ b/sys/arch/sparc/include/vmparam.h  Sat Nov 30 13:19:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.30 2001/11/15 18:06:17 soren Exp $ */
+/*     $NetBSD: vmparam.h,v 1.30.10.1 2002/11/30 13:19:49 he Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -73,7 +73,7 @@
 #define        MAXDSIZ         (256*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 */



Home | Main Index | Thread Index | Old Index