Generating PDF will halt other user

Hello Guys,

I have notice while generating pdf in a script report will slow down the other users. And I notice the server cpu and memory is not fully utilized. Is there any configuration to the services that I would increase to cater more users processes? Any tips?

Chris

We are fixing that in this pull request: [Major] Multi-bench setup by shreyasp · Pull Request #187 · frappe/bench · GitHub

For now you can set gunicorn’s workers using -w X where X is recommended as (2 * no. of cores) + 1.

Hello @anand,

Thanks for the update. I just wait for the pull request in the master :smile:

Chris