-
As the title suggests. I am trying to run 4 instances of speedtest-tracker connecting to a single postgres server but with 4 individual databases. I have all 4 instances starting and connecting to the relevant databases and am able to access the web interface of each instance for a short period until the docker vm host becomes unresponsive. I need to forcible stop the VM. The Docker host VM has plenty of resources available and I have each thrown an extra 16 cores at it just because I can. Driving my nuts now. Anyone every tried running the speedtest-tracker in this manner and got it to work? FYI: Using custom postgres port 6543 Also tried postgres v15,15.6 & 16.2 alpine3.19 images
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Is your database a part of the |
Beta Was this translation helpful? Give feedback.
Just an update. After moving the vm to another node, everything seems to work as intended. Ran a memtest on the original node which showed a dodgy ram module. Will replace and retest, but im pretty sure that will resolve the issues.
Good news is, It's nothing to do with the speedtest-tracker image 👍