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

call out memory requirements #47

Open
nathanloyer opened this issue Mar 29, 2022 · 0 comments
Open

call out memory requirements #47

nathanloyer opened this issue Mar 29, 2022 · 0 comments

Comments

@nathanloyer
Copy link

Could you update the readme to recommend minimum memory requirements? The settings in the docker image just say to use 75% of memory, but having a suggested minimum would help a lot. Our deployment was set to give it around 750MB and it would crash if you tried to load other IGs and then run a validation request. I've found that making sure your docker daemon has more than 2GB allocated to it and giving the java process a 2GB cap has been sufficient to work around the issue.

I'm now setting the memory with the java options of "-Xmx2048m -Xms1024m".

Either way, having some minimum requirements documented in the readme would be helpful. I noticed the documentation for the FHIR validator itself also doesn't have any recommendation.

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

1 participant