SolaceLabs / solace-single-docker-compose

Set up single Solace PubSub+ Docker container using Docker Compose
Apache License 2.0
19 stars 18 forks source link

nofile limits does not correspond to documented scaling tier #7

Open hholst80 opened 4 years ago

hholst80 commented 4 years ago

The ulimits for nofile does not correspond to a scaling tier in the table in the documentation.

https://docs.solace.com/Configuring-and-Managing/SW-Broker-Specific-Config/Docker-Tasks/Config-Docker-Create-Options.htm#shm-size

     ulimits:
       core: 1
       nofile:
         soft: 2448
         hard: 38048
michellefthomas commented 3 years ago

Fixed in https://github.com/SolaceLabs/solace-single-docker-compose/pull/8