viperproject/silicon

Recommended stack size

pieter-bos opened this issue · 1 comments

What's the recommended stack size for silicon? We used to use -Xss8m, but ran into a problem at some point and increased it to -Xss20m. Someone just now managed to also exceed that, so I thought I'd just ask rather than arbitrarily increasing it again :).

If I search for -Xss in this repository there are a few different options from -Xss16m to -Xss128m.

I always use -Xss32m, that's always been enough, but I won't give any guarantees ;)