URL: https://github.com/freeipa/freeipa/pull/2030 Author: tiran Title: #2030: Increase WSGI process count to 5 on 64bit Action: opened
PR body: """ Increase the WSGI daemon worker process count from 2 processes to 5 processes. This allows IPA RPC to handle more parallel requests. The additional processes increase memory consumption by approximante 250 MB in total.
Since memory is scarce on 32bit platforms, only 64bit platforms are bumped to 5 workers.
PR was ACKed manually because this is backport of PR #2028.
Fixes: https://pagure.io/freeipa/issue/7587 Signed-off-by: Christian Heimes cheimes@redhat.com Reviewed-By: Alexander Bokovoy abokovoy@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2030/head:pr2030 git checkout pr2030
URL: https://github.com/freeipa/freeipa/pull/2030 Author: tiran Title: #2030: [Backport][ipa-4-5] Increase WSGI process count to 5 on 64bit Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2030/head:pr2030 git checkout pr2030
freeipa-devel@lists.fedorahosted.org