arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
684 stars 144 forks source link

Failure downloading large mod, or? #1027

Closed Tdue21 closed 5 years ago

Tdue21 commented 5 years ago

I am struggling to set a linux box as an ARK Survival Evolved server. I am not particularly well versed with Linux, but I have taken this as an opportunity to learn.

I have gotten to the point where I have figured out how to install mods, but I get this with I am trying to install a large one:

image

I am worried that the mod is incompletely, but how do I ensure that it is downloaded correctly?

klightspeed commented 5 years ago

How much memory do you have on the server?

Do you have an OOM in the system log when this occurs?

Tdue21 commented 5 years ago

I have 8GB and I do not know what an OOM is?

klightspeed commented 5 years ago

OOM => Out of Memory. e.g.

[488354.208190] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=python3,pid=5835,uid=1008
[488354.208202] Out of memory: Killed process 5835 (python3) total-vm:24043444kB, anon-rss:3658256kB, file-rss:2276kB, shmem-rss:0kB
[488354.601619] oom_reaper: reaped process 5835 (python3), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB

Try running `dmesg | grep oom'

Tdue21 commented 5 years ago

Ah, sorry. I had forgotten this issue. I decided I didn't have the energy to get acquainted with Linux right now, so I have installed a Windows instead.