summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-19 11:07:09 +0000
committerpeter <peter@FreeBSD.org>2002-03-19 11:07:09 +0000
commit25f7063044e36cabd10f7bb5db2ec2360031b3a5 (patch)
tree3ce4b4589097599c62d8e90c54ed54e49f2a6de7 /sys/ia64/include
parented85319f6f5e11d99f2b982ab7a250beab5c092d (diff)
downloadFreeBSD-src-25f7063044e36cabd10f7bb5db2ec2360031b3a5.zip
FreeBSD-src-25f7063044e36cabd10f7bb5db2ec2360031b3a5.tar.gz
Believe it or not, I ran into the 32MB stack size limit using a natively
hosted gcc.
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h
index 1c9c245..7c95037 100644
--- a/sys/ia64/include/vmparam.h
+++ b/sys/ia64/include/vmparam.h
@@ -72,7 +72,7 @@
#define DFLSSIZ (1<<21) /* initial stack size (2M) */
#endif
#ifndef MAXSSIZ
-#define MAXSSIZ (1<<25) /* max stack size (32M) */
+#define MAXSSIZ (1<<28) /* max stack size (256M) */
#endif
#ifndef SGROWSIZ
#define SGROWSIZ (128UL*1024) /* amount to grow stack */
OpenPOWER on IntegriCloud