Hi! When I have a consumer with a max_batch_size of 5, does this imply that the processing of those
Hi! When I have a consumer with a max_batch_size of 5, does this imply that the processing of those 5 messages will share the 128MB memory allocated to the worker? And if I set the max_batch_size to 1, does it ensure that the processing of each message will exclusively have 128MB of memory?






