Increased the stack size for processes, to be on the safe side

This commit is contained in:
Neil Brown 2007-07-31 21:24:10 +00:00
parent a52d115060
commit 231b3042ac

View File

@ -745,7 +745,7 @@ introduceSpec (A.Specification _ n (A.Proc _ sm fs p))
name
tell ["("]
genFormals prefixUnderscore fs
tell [") : csp::CSProcess(65536)"]
tell [") : csp::CSProcess(262144)"]
genConstructorList fs
tell ["{} protected: virtual void run() { try {"]
name