Increasing number of gunicorn workers

How can we increase the performance of erpnext application?
How many “gunicorn_workers” we can define in erpnext?

Please see: Performance Issues (large data) - #2 by rmehta

Always best to do a basic web search before starting a new topic.

@rmehta Thanks for reply.

We need to increase the gunicorn_workers count in erpnext.

I have made changes in common_site_config for gunicorn_workers but this change is not reflecting

You need to run bench setup supervisor again to rebuild your supervisord configs

@rmehta I am following this steps

  1. Changes in common site config ( “gunicorn_workers”: 4 )
  2. bench setup supervisor
1 Like

Look at this post, it worked for me :

2 Likes

Thanks for command, i ll lets know after increase