Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insufficient default JVM stack size #434

Closed
tsarkov opened this issue May 18, 2016 · 2 comments
Closed

Insufficient default JVM stack size #434

tsarkov opened this issue May 18, 2016 · 2 comments

Comments

@tsarkov
Copy link
Contributor

tsarkov commented May 18, 2016

The default JVM stack size is too small for non-Java plugins, e.g. FaCT++. The error messages users receive are non-informative and look like a genuine errors. However, this problem is easy to fix by adding a -Xss option to the running scripts

@matthewhorridge
Copy link
Contributor

@tsarkov nice to hear from you! Do you have a suggestion for the default stack size?

@tsarkov
Copy link
Contributor Author

tsarkov commented May 18, 2016

I use 16M and it is enough for all applications including SNOMED, Gazeteer etc. Probably smaller limit will also be fine, but I've never checked. In the pull request I use 16M

matthewhorridge added a commit that referenced this issue May 18, 2016
Fix #434 by increasing default JVM stack size
matthewhorridge added a commit that referenced this issue May 18, 2016
Use explicit stack size in more places to complete #434 fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants