ken-alx commented on issue #11544:
URL: https://github.com/apache/pulsar/issues/11544#issuecomment-893351378
> @ken-alx Why the issue was closed? Did you figure it out? Because I've
tested many docker run options, tried it on two different machines and still
**failed** to run in a container. With the same behavior. Ended up running it
locally.
> Or is it fixed by some PR?
I have solved the problem by remove `BOOKIE_MEM` limit or improve the `Xms`
and `Xmx`. @vsly-ru
```
environment:
- BOOKIE_MEM=" -Xms512m -Xmx512m -XX:MaxDirectMemorySize=1g
```
--
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]