github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/pkg/cataloger/erlang/test-fixtures/rabbitmq.app (about) 1 {application, 'rabbit', [ 2 {description, "RabbitMQ"}, 3 {vsn, "3.12.10"}, 4 {id, "v3.12.9-9-g1f61ca8"}, 5 {modules, ['amqqueue','background_gc']}, 6 {optional_applications, []}, 7 {env, [ 8 {memory_monitor_interval, 2500}, 9 {disk_free_limit, 50000000}, %% 50MB 10 {msg_store_index_module, rabbit_msg_store_ets_index}, 11 {backing_queue_module, rabbit_variable_queue}, 12 %% 0 ("no limit") would make a better default, but that 13 %% breaks the QPid Java client 14 {frame_max, 131072}, 15 %% see rabbitmq-server#1593 16 {channel_max, 2047} 17 ]} 18 ]}.