System Information
Field | Value |
---|---|
Operating System | Linux - Debian GNU/Linux 11 on x86_64 |
Product | AMP ‘Decadeus’ v2.4.5.2 (Mainline) |
Virtualization | Docker |
Application | Minecraft |
Module | MinecraftModule |
Running in Container | Yes |
Current State | Failed |
Task
Start Another Quality Modpack 2 on Docker Instance
Problem Description
Issue
When I try to launch Another Quality Modpack 2, I would get a “Too many open files” error on the console.
I believe it is linked to “ulimit” which is locked to 1024 on the docker instance.
By getting into the docker via /bin/bash, it is possible to check ulimit trying any “ulimit -n x” (x = number) to try to change the value ends in a “operation non permitted” error.
Additional infos :
default login in the docker is root.
Minecraft server works fine when docker mode is disabled
Reproduction Steps
- Get Another Quality Modpack 2
- startserver.sh on ssh
- link the right .jar through the interface (startserver-x.xx.jar)
- Run the server
- Gets a “too many open files” error