Multi bench max gunicorn workers

Hello,

Just to be sure, about a server with multiple benches running together, what would be the advised max number of gunicorn workers per bench ?

Is it the usual number of workers (2*no of server cores + 1) / the number of benches ? Or would it be best to just keep the (2*no of server cores + 1).

In this case what could be the issue if the max number of gunicorn workers is too huge?

Hi,

This is a good option.

Thanks,

Divyesh M.

Ok, as expected. Thank you for the advice.