Search found 1 match
- Wed Apr 10, 2024 7:18 am
- Forum: Assigned
- Topic: [raiguard][1.1.106][Linux] crash during fork-saving, when child process gets OOM-Killed
- Replies: 9
- Views: 1816
Re: [1.1.106][Linux] crash during fork-saving, when child process gets OOM-Killed
Both factorio processes were using 22GB of RAM. (rss is in 4kb pages, so rss*4/1024/1024), based on the limited output it got killed by reaching cgroup limit or possibly systemd-oom. If I understand fork-saving terminology, it basically makes a copy of the running factorio process and performs the s...