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

bump sample heap size to something large enough for install process #9322

Closed
wants to merge 3 commits into from

Conversation

donsizemore
Copy link
Contributor

What this PR does / why we need it:

Install process was failing with database errors; succeeded once we bumped this value.

Which issue(s) this PR closes:

Closes #9321

Special notes for your reviewer:

None

Suggestions on how to test this:

Run the installer with the previous and proposed values

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

No

Is there a release notes update needed for this change?:

No

Additional documentation:

None

Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just adding a question, really.

@@ -4,7 +4,7 @@ GLASSFISH_USER = dataverse
GLASSFISH_DIRECTORY = /usr/local/payara5
GLASSFISH_ADMIN_USER = admin
GLASSFISH_ADMIN_PASSWORD = secret
GLASSFISH_HEAP = 2048
GLASSFISH_HEAP = 4096
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a dumb question but is another option to remove this line? I thought the installer calculated the heap based on what's available, but I could be mistaken.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know about removing the line (since it's an available option) but if you'd like I can replace the longstanding sample value with a comment that says "set this to roughly half of the system RAM, in MB" or some such? I don't like hard-coding a value, either...

@scolapasta
Copy link
Contributor

If you are still interested in this PR, can you please merge and resolve any merge conflicts with the latest from develop? If so, we can prioritize reviewing and QAing the changes. If we don’t hear from you by May 22, 2024, we’ll go ahead and close this PR (it can always be reopened after that date, if there is still interest).

@pdurbin
Copy link
Member

pdurbin commented May 23, 2024

If we don’t hear from you by May 22, 2024, we’ll go ahead and close this PR (it can always be reopened after that date, if there is still interest).

Closing.

@pdurbin pdurbin closed this May 23, 2024
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

Successfully merging this pull request may close these issues.

sample GLASSFISH_HEAP is too small
3 participants