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 name
tell ["("] tell ["("]
genFormals prefixUnderscore fs genFormals prefixUnderscore fs
tell [") : csp::CSProcess(65536)"] tell [") : csp::CSProcess(262144)"]
genConstructorList fs genConstructorList fs
tell ["{} protected: virtual void run() { try {"] tell ["{} protected: virtual void run() { try {"]
name name