In a big project, I use “symfony-messenger” with rabbitMq
I use a supervisor to start and restart the consumers.
I have 24 consumers running permanently
It consumes approximatively 1.2Gb of memory when doing nothing.
I need several queues and their separation but do I have to reduce the consumers ?
I tried to reduce dependencies in message handlers but it has no effects.
How can i optimize this memory usage ?