-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
As a Service Owner of the GWELLS sit I want be able to access Matomo dashboards and widgets So That they load consistently when I am accessing the website
Additional Context
- When the dashboards are populating, often they don't and instead show an unavailable error. The container logs show many instances of the error "server reached pm.max_children setting (5), consider raising it".
- Matomo Github notes this issue [RFC] Add PHP_PM_MAX_CHILDREN docker-library/php#1328
Acceptance Criteria
- Given I am a Matomo administrator, When I access the Matomo dashboard, Then all widgets and views load without error.
Steps:
- fork existing bc gov openshift Matomo repo
- modify the project to change that setting in that file (in chat)
- build the image and push it into openshift image registry
- reconfigure existing openshift container to use the new image