lhotari opened a new pull request #9623: URL: https://github.com/apache/pulsar/pull/9623
Fixes #9622 ### Motivation When using pulsar-test-latest-version docker image in integration tests, bookies run out of direct memory. This causes integration tests to fail and requiring retries to pass. There has been intention to set `dbStorage_writeCacheMaxSizeMb=16` and `dbStorage_readAheadCacheMaxSizeMb=16`, however these didn't get applied because of misconfiguration. See #9622 for long explanation. ### Modifications Fix setting `dbStorage_writeCacheMaxSizeMb=16` and `dbStorage_readAheadCacheMaxSizeMb=16` when running bookies in pulsar-test-latest-version docker image. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
