-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
allows shared memory size of docker container to be adjusted #188
Conversation
- defaults to 64m - docker default
Co-authored-by: bonflintstone <[email protected]>
Could we reuse the |
Since this PR hasn't been merged, does anyone have a temporary workaround for increasing the size of a postgres container? My dokku app has become unusable due to the memory limitation. |
Wish this could get merged. Very useful. I want to use dokku but the memory limit is a blocker. |
this would indeed be clever. I'll change it so it might get merged afterwards :) |
Actually I changed my mind. |
Hmmm there are some conflicts and it doesn't seem like I can modify the upstream MR. I'll work on this locally and merge it in. Thanks for the initial effort here :) |
sometimes postgres needs more shared memory than the defaulting 64m docker allows. this gives the option to adjust the shared memory size.
regarding tests: we were not able to run them locally etc. so they might need some love.