Please provide the following when creating the Ticket:
Game Version number: Stable
Modded?: Yes
Issue Description:
When a server starts to download mods defined in config, it does so in parallel, trying to download all mods at the same time. This however becomes an issue where the number of actual files opened by the server reaches the soft limit of allowed file descriptors (ulimit -Sn), resulting in the kernel not opening a file and the server crashing.
When I was testing with 80 mods in the config, the count of file descriptors opened simultaneously reached ~2.5k, which is way over the default limit of 1024.