You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically we took the files from https://github.com/mautic/docker-mautic/tree/mautic5/examples/fpm-nginx and changed the docker-compose file to have a restart policy on each of the nodes "restart: always", and added the one publicly accessable container to the reverse proxy network of the nginx container.
During setup we chose to not prefix the database because that was causing issues after a restart, beyond that it's a basic setup.
We're running docker on a vps dedicated for this project. 2 CPU's 4GB ram. CPU load is constantly at their max.
Besides mautic the only containers also running on this server are nginxproxy manager to manage domain forwarding to the mautic containers
The server load over a longer period of time:
The processes with high cpu load (cpu sorted 'ps aux')
'Docker stats' identifying the worker container
'top' command
Commands "[php] ", "php /var/www/html/bin/console messenger:consume hit", "php /var/www/html/bin/console messenger:consume email" all seem to have an high CPU load, but I assume it's just an issue with that individual container.
At this point we don't even have any mailcampaigns setup in mautic, we did setup visitor tracking for one of our websites, but there aren't a lot of visitors or anything that would explain this load.
Any suggestions what we could check/optimize to lower this CPU load, or figure out what exactly is causing the load?
The text was updated successfully, but these errors were encountered:
Basically we took the files from https://github.com/mautic/docker-mautic/tree/mautic5/examples/fpm-nginx and changed the docker-compose file to have a restart policy on each of the nodes "restart: always", and added the one publicly accessable container to the reverse proxy network of the nginx container.
During setup we chose to not prefix the database because that was causing issues after a restart, beyond that it's a basic setup.
We're running docker on a vps dedicated for this project. 2 CPU's 4GB ram. CPU load is constantly at their max.
Besides mautic the only containers also running on this server are nginxproxy manager to manage domain forwarding to the mautic containers
The server load over a longer period of time:
The processes with high cpu load (cpu sorted 'ps aux')
'Docker stats' identifying the worker container
'top' command
Commands "[php] ", "php /var/www/html/bin/console messenger:consume hit", "php /var/www/html/bin/console messenger:consume email" all seem to have an high CPU load, but I assume it's just an issue with that individual container.
The docker compose file:
At this point we don't even have any mailcampaigns setup in mautic, we did setup visitor tracking for one of our websites, but there aren't a lot of visitors or anything that would explain this load.
Any suggestions what we could check/optimize to lower this CPU load, or figure out what exactly is causing the load?
The text was updated successfully, but these errors were encountered: