asafm opened a new pull request, #441: URL: https://github.com/apache/pulsar-site/pull/441
# Changes The current docker-compose example has several drawbacks: - It doesn't use a fixed name; thus, when BK restarts, the cookie file stored in the data directory prevents BK from starting since it receives a different IP address hence a different name. Using "advertised" property prevents that. - Memory is not set hence each container takes up 2 GB heap and 1gb direct memory - almost 9 GB for a single docker-compose file, making it fail without understanding why. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `./preview.sh` at root path) to your PR description, or else your PR might not get merged. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
