URL: https://github.com/freeipa/freeipa/pull/2028 Author: tiran Title: #2028: 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.
Fixes: https://pagure.io/freeipa/issue/7587 Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2028/head:pr2028 git checkout pr2028
URL: https://github.com/freeipa/freeipa/pull/2028 Author: tiran Title: #2028: 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/2028/head:pr2028 git checkout pr2028
freeipa-devel@lists.fedorahosted.org