lhotari commented on issue #14826:
URL: https://github.com/apache/pulsar/issues/14826#issuecomment-1077182257


   @GBM-tamerm Please provide additional information about the environment:
   - What Linux distribution and version? 
   - What Java version?
   - Are you running Pulsar as a systemd service or in some other way
     - What are the open files limits for the service?
   
   Setting the open files limits depends on the OS and the way the service is 
run. 
   Each TCP/IP connection consumes a file handle and that's why it's necessary 
to tune the open files limit.
   
   Example of setting open files limits for a systemd service: 
https://github.com/openmessaging/benchmark/blob/89dce6d61c4444fa993ce36098e50ed5e124cb4a/driver-pulsar/deploy/ssd/templates/pulsar.service#L11
   Uses `LimitNOFILE=300000` in the `[Service]` section. This is used in all 
components (broker, bookkeeper, zookeeper).
   


-- 
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]


Reply via email to