-
Notifications
You must be signed in to change notification settings - Fork 855
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
Remove JVM settings from docker compose #589
Conversation
The change is good, in the sense that it reportedly solves the user issue. I checked the default on my system through this command:
I said 'make it normal'. I can imagine that users in some specific circumstances want to tune down the stack memory, but in normal situations, I would favor leaving it to the VM, to prevent issues of the type we just saw. @mehdihasan @davideicardi Makes sense? |
I agree. It has come to my attention and you may have also encountered the following message:
I would like to propose two potential courses of action: Proposal 1: I recommend considering the removal of the 'noverify' option. Proposal 2: Additionally, I would like to suggest the evaluation of removing all JVM tuning options, as they primarily offer optimization for individual use cases. This approach would empower users to apply their own preferred options or limitations based on their specific requirements. Your thoughts @Bert-R @davideicardi ? |
Indeed. Let's move that environment variable to the README and shortly describe there how they can tweak the JVM settings. Can you change your PR that way? Otherwise, I can make a PR on Tuesday. |
* Remove JVM settings from the docker compose * Update Readme to clarify usage of JVM settings fixes obsidiandynamics#580
How about now? I tried to be as precise as possible in the README. |
I agree to use the "default" settings whenever it is possible. The less customization of the JVM we have, the better it is for everyone. Eventually, if we find some options to be useful in certain scenarios, we can add a specific documentation section explain when you should considering adding a specific paramenters. @mehdihasan Just try to rename the PR title to something more specific. What about: "Remove default JVM settings from docker compose"? |
Co-authored-by: Bert Roos <[email protected]>
Thanks! |
fixes #580