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

Replacing MEMORYSIZE with MEMORY_MIN and MEMORY_MAX #115

Open
wants to merge 7 commits into
base: latest
Choose a base branch
from

Conversation

notkudu
Copy link

@notkudu notkudu commented Aug 22, 2024

This lets people set the "-Xms" and "-Xmx" separately :)

removing MEMORYSIZE and adding MEMORY_MIN and MEMORY_MAX
this way people can set the -Xms and the -Xmx separately
removing MEMORY and adding MEMORY_MIN and MEMORY_MAX
@notkudu notkudu changed the title ReplacingMEMORYSIZE with MEMORY_MIN and MEMORY_MAX Replacing MEMORYSIZE with MEMORY_MIN and MEMORY_MAX Aug 22, 2024
@b2un0
Copy link
Collaborator

b2un0 commented Aug 22, 2024

thanks, but this was a breaking change for all existing deployments and can't be merged.

also this are no min or max values.

@notkudu
Copy link
Author

notkudu commented Aug 22, 2024

thanks, but this was a breaking change for all existing deployments and can't be merged.

also this are no min or max values.

I see, I know this is no min and max value.

I just wanted to seat a low initial heap and allow the server to use more memory as it needs

@notkudu
Copy link
Author

notkudu commented Aug 22, 2024

hey, the new changes should not break existing deployments :)

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.

2 participants