-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Keep getting not enough space error #3368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Set |
You're getting a different error now. You need to adjust your image tag used https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/#java-8 Preciously, you must have been low on free memory before, which is likely when carving out 4GB from an 8 GB VM. This time you have about 5GB free. |
Thanks for that @itzg
But i still get the server failing to boot ![]() I thought maybe it was just random and maybe if i tried a different pack that might work instead, so i used:
but again getting errors when the server is booting ![]() is this just due to me not using the correct java version for each pack and if so is there a easy way for me to know or is this something deeper? Many thanks again! |
You're getting a totally different error each time since you're changing the scenario each time. What modpack do you actually want to be running? Let's focus on getting that one working. |
Okay, lets try and get the skyfactory-4 one working if thats okay. sorry for changing the scenario, each time i'm just trying to understand if theres a commonality here with this, as before i never had an issue just spinning up any other pack thanks |
Server was able to startup with this compose file: services:
mc:
# sky-factory-4 uses Forge 1.12.2 where it and its mods tends to be compatible with Java 8
# See https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/#java-8
image: itzg/minecraft-server:java8
tty: true
stdin_open: true
environment:
EULA: true
MOD_PLATFORM: AUTO_CURSEFORGE
# Allocate API key from https://console.curseforge.com/
# and set in .env file making sure to double up dollar signs, such as
# CF_API_KEY=$$2a$$10$$....
# Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
CF_API_KEY: ${CF_API_KEY}
CF_SLUG: skyfactory-4
# exclude client mods not yet listed in
# https://github.com/itzg/docker-minecraft-server/blob/master/files/cf-exclude-include.json
CF_EXCLUDE_MODS: |
waila-stages
CF_FORCE_SYNCHRONIZE: true
MEMORY: 4G
ports:
- "25565:25565"
volumes:
# using a managed volume, but could also be a host directory binding like ./data
- mc-data:/data
volumes:
mc-data: |
Thanks for the support @itzg i do appreciate it for the beyond-depth error is that more just relating to forge versioning? thanks |
Yeah, most of the time with CurseForge modpacks it'll be a client mod that needs to be excluded. More info here: Otherwise, yes, the remaining issue was Java version compatibility with Forge. Now the originally out of memory issue was likely just the VM's operating system simply didn't have enough free memory at the time. |
No matter what I do and what I change I keep getting an "papermc exited with code 137". My host has a ton of free memory.
If I run the thing without docker compose it boots up... what's up with the docker compose not working? |
Describe the problem
Morning guys
seem to keep getting this error appearing below
this seems to happen no matter what pack i choose can anyone share some light on a possible solution for this please?
Container definition
Container logs
The text was updated successfully, but these errors were encountered: