* set default stack size to 4 MiB instead of to 32 KiB

git-svn-id: trunk@12526 -
This commit is contained in:
Jonas Maebe 2009-01-08 18:08:32 +00:00
parent b7d461d0f0
commit 5a88be1030

View File

@ -15,8 +15,8 @@
**********************************************************************} **********************************************************************}
const const
{ including 16384 margin for stackchecking } { includes 16384 bytes margin for stackchecking }
DefaultStackSize = 32768; DefaultStackSize = 4*1024*1024;
type type
PEventState = pointer; PEventState = pointer;