rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

Reserve file handles for quorum queues #336

Closed dcorbacho closed 5 years ago

dcorbacho commented 5 years ago

These should be taken into account into the limits, but always be granted. Three file handles are reserved on startup for the wal, segment writer and a DETS table, the rest must be reserved by the queues themselves using set_reservation/0 or set_reservation/1.

michaelklishin commented 5 years ago

Backported to v3.8.x.