PermanentOrg / infrastructure

The infrastructure management for Permanent.org
GNU Affero General Public License v3.0
5 stars 4 forks source link

Set MaxRequestWorkers to 256 in mpm_prefork.conf #122

Closed liam-lloyd closed 1 year ago

liam-lloyd commented 1 year ago

Recently we experienced a series of crashes on prod caused by our API server exceeding its MaxRequestWorkers limit, which was set to 150. Setting it to the default value of 256 seems to have fixed the crashes, so this commit ensures we keep using that new value in future deploys