rabbitmq / rabbitmq-erlang-client

Erlang client for RabbitMQ
https://www.rabbitmq.com/
Other
184 stars 127 forks source link

make garbage collector threshold configurable #130

Closed nyczol closed 4 years ago

nyczol commented 4 years ago

This PR gives possibility to configure gc threshold - how often gc will be run (if any).

Please check: https://github.com/rabbitmq/rabbitmq-common/pull/343

michaelklishin commented 4 years ago

As mentioned in https://github.com/rabbitmq/rabbitmq-common/pull/343, we'd like to see some data on the effects of this on both workloads with a lot of small messages and fewer really large (say, 120-128 MB) ones.

michaelklishin commented 4 years ago

Backported to v3.8.x and v3.7.x.