From eda14cd313f3fe5f9f1a08d801c0d60d17093b98 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 Mar 2004 13:52:32 +0000 Subject: [PATCH] [project @ 2004-03-18 13:52:32 by simonmar] Default max stack size is now 8M. --- ghc/docs/users_guide/runtime_control.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/runtime_control.sgml b/ghc/docs/users_guide/runtime_control.sgml index 1a66a88..15ed0c0 100644 --- a/ghc/docs/users_guide/runtime_control.sgml +++ b/ghc/docs/users_guide/runtime_control.sgml @@ -259,7 +259,7 @@ RTS option stack, maximum size - [Default: 1M] Set the maximum stack size for + [Default: 8M] Set the maximum stack size for an individual thread to size bytes. This option is there purely to stop the program eating up all the available memory in the machine if it gets -- 1.7.10.4