diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-10-12 15:16:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-10-12 15:16:26 +0000 |
commit | 9873ef4940ff3a0e609c0bbe0b220a82f8c59156 (patch) | |
tree | 357a56cb08a7d113cce0d6b72e32f375236134ad /sys/arch/hppa/include/vmparam.h | |
parent | 356b354b782f5de33101136e29bb1c2dca3ac6bf (diff) |
increase DFLSSIZ to smth more common in between other archs
Diffstat (limited to 'sys/arch/hppa/include/vmparam.h')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index f720756fa5e..27c3e324820 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.28 2004/01/25 01:53:12 millert Exp $ */ +/* $OpenBSD: vmparam.h,v 1.29 2004/10/12 15:16:25 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -50,7 +50,7 @@ #define MAXDSIZ (1*1024*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 (32*1024*1024) /* max stack size */ |