matomo-org / docker

Official Docker project for Matomo Analytics

Home Page:https://matomo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error server reached MaxRequestWorkers

venkatest opened this issue · comments

I am using the matomo official docker image in my kubernetes deployment. It was running fine for couple of days and i have added two websites for tracking and getting below error :

[mpm_prefork:error] [pid 1] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
I think it could be Apache config issues. could you please share the best apache config file. Will replace the default in the docker build and try it.

updated mpm_prefork file and that fixed the issue