You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/05 10:34:26 UTC

[GitHub] [pulsar] ken-alx commented on issue #11544: docker standalone exited ,but not error

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org