Alright, let’s roll up our sleeves and dive into this.
From the info you provided, it sounds like there might be a couple of things at play. We could be dealing with an “Out of Memory” (OOM) situation, possibly exacerbated by the fact you’re running Docker on Proxmox. So, it’s a bit of a memory inception: containers within containers.
Potential Steps to Fix This:
- Memory Check: Let’s confirm if you’re really running out of memory.
- Logs: Check the logs for any explicit OOM errors.
- Configuration: Make sure there’s enough memory allocated to both your Proxmox environment and the Docker container.
First: Let’s get the logs. Head over to the AMP instance and fetch the last log entries for the ARK instance. You can use the web interface or run:
ampinstmgr --LastLog "Instance Name"
Replace "Instance Name"
with the name of your ARK: Survival Ascended instance.
After checking the logs, we can dive into allocating more memory or fine-tuning the Docker and Proxmox settings based on what we find. Let me know what the logs say!