Increased the stack size for processes, to be on the safe side
This commit is contained in:
parent
a52d115060
commit
231b3042ac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user