Replies: 1 comment 3 replies
-
That will be caused by networking issues typically outside of docker. BTW setting your memory limit at 5G, which below the JVM max of 6G will likely result in the OS killing off the process/container for exceeding its limit. You should set that above JVM heap max and add at least 1GB for non-heap memory usage. So at least 7G. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
my server crash after some things and it show this error: Internal Exception io.netty.channel.unix.Errors.NativeIoException: syscall:read(...)() failed: Connection reset by peer. Does anyone know how to fix it?
My docker compose file:
List of mods I'm using:
Beta Was this translation helpful? Give feedback.
All reactions