I'm getting a stackoverflow error in my service which is attached my to my main activity. Is there a way to change the stack size within my service ? I came across the Xss parameter, however, apparently its not available in the vm options (Help->Edit vmoptions).
A bit of the background: I'm getting the error when I try to read a serialized machine learning model in code and then de-serialize it. The same function works fine when this model is built on a small dataset, but doesn't work when I built the same model with a bigger daatset.
Any ideas on how can I do it ?