Container Engine - Analytics Troubleshooting

Modified on Thu, 6 Feb at 12:50 PM

This issue specifically relates to the Engine container deployment. Ensure that the appropriate memory settings are configured for optimal performance.


In cases of large amounts of data, Newired Analytics may cease to function properly. This fault manifests as an error message when attempting to access Analytics on the Site. The issue is caused by insufficient memory allocated to the Postgres database.


Under normal circumstances, the default memory setting is sufficient and does not reduce the overall system memory. However, if increased memory allocation is necessary, please follow the provided instructions to adjust the settings accordingly.


Edit docker-compose.yml. Find db service and add shm_size parameter.


db:

    image: hub.stage-cloud.newired.com/newired-stage/newired-database:24.2.0

    shm_size: "1gb"

    command: |

      postgres

        -c work_mem=32MB

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article