Skip to content

Defaults memory_limit to undef instead of ignored 0b value #927

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

Closed

Conversation

AndrewLipscomb
Copy link
Contributor

@AndrewLipscomb AndrewLipscomb commented Jun 23, 2023

Summary

From #748 - sets the default memory_limits value to undef instead of 0b. As the Docker documentation states that 0b is an impossible value to use - it appears to be ignoring the 0b value. In which case this should not be a breaking change to any setup.

Additional Context

Add any additional context about the problem here.

  • Also helps with podman usage as per the linked issue

Related Issues (if any)

#748

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

@AndrewLipscomb AndrewLipscomb requested a review from a team as a code owner June 23, 2023 02:30
@CLAassistant
Copy link

CLAassistant commented Jun 23, 2023

CLA assistant check
All committers have signed the CLA.

@AndrewLipscomb
Copy link
Contributor Author

Realised that the typing of this key has changed from when I last forked it circa 2021 (and implemented this change) - this key is now optional and defaulting to the illegal 0b value.

This will require a bit more change than a 1 liner. I will reopen when I have that implemented and tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants