All the Mods 9 - ATM9

All the Mods 9 - ATM9

9M Downloads

Server not starting - 0.2.34

freakyfreaky opened this issue · 6 comments

commented

[10:57:13] [Server thread/INFO] [sh.co.ShetiPhianCore/]: Loading Teams Data
[10:57:13] [Server thread/INFO] [sh.co.ShetiPhianCore/]: Finished Loading Teams Data
[10:57:14] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.TamableAnimal from interface com.hollingsworth.arsnouveau.common.entity.IFollowingSummon
[10:57:15] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class cy.jdkdigital.everythingcopper.common.entity.CopperGolem from interface cy.jdkdigital.everythingcopper.common.entity.IWeatheringEntity
[10:57:15] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class cy.jdkdigital.everythingcopper.common.entity.CopperGolem from interface cy.jdkdigital.everythingcopper.common.entity.IWeatheringEntity

Finalizing energy block registration
Finalizing fluid block registration
[10:57:18] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class dev.murad.shipping.entity.custom.vessel.tug.AbstractTugEntity from class dev.murad.shipping.entity.custom.vessel.barge.FluidTankBargeEntity
[10:57:18] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class dev.murad.shipping.entity.custom.vessel.tug.AbstractTugEntity from class dev.murad.shipping.entity.custom.vessel.barge.FluidTankBargeEntity
[10:57:18] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class dev.murad.shipping.entity.custom.vessel.tug.AbstractTugEntity from class dev.murad.shipping.entity.custom.train.wagon.FluidTankCarEntity
[10:57:18] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class dev.murad.shipping.entity.custom.vessel.tug.AbstractTugEntity from class dev.murad.shipping.entity.custom.train.wagon.FluidTankCarEntity
[10:57:20] [Worker-Main-2/WARN] [minecraft/JigsawPlacement]: Empty or non-existent pool: minecraft:
[10:57:20] [Worker-Main-2/WARN] [minecraft/JigsawPlacement]: Empty or non-existent pool: minecraft:
[10:57:32] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
[10:57:32] [Server thread/INFO] [KubeJS Server/]: Server resource reload complete!
[10:57:32] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[10:57:32] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[10:57:33] [Worker-Main-2/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[10:57:33] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
[10:57:34] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 2%
[10:57:34] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 2%
[10:57:35] [Worker-Main-2/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 3%
[10:57:35] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 4%
[10:57:36] [Worker-Main-2/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 4%
[10:57:36] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 5%
[10:57:37] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 6%
[10:57:37] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 6%
[10:57:38] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 7%
[10:57:38] [Worker-Main-2/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 9%
[10:57:39] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 9%
[10:57:39] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 10%
Killed

commented

I'm experiencing the error, I've already readjusted my server to 8GB of RAM but nothing works

commented

if you run dmesg -T do you see java out of memory killed messages?

commented

journalctl -r is giving me an error which look like your idea
"A process of this unit has been killed by the OOM killer."

Server is running with 8GB

Even if I give him 10GB he will completely use it
image

commented

what are your jvm args looking like for the server? Are you running minecraft from within the linux server directly or behind docker or such?

commented

It is a VM hosted on a proxmox server. Java and the ATM is running directly on the VM per ./startserver.sh

the args aren’t modified and normally used of that what the modpack is asking for. Is there a config file to look into?

commented

well the oom killer kills a process if the OS happens to not have enough memory available..
the default jvm_args expect the server to have 8G of RAM available on the Operating system for the gameserver only.
Depending on what else might be occupying RAM on the system and some overhead for the JVM you might have to either lower the RAM assigned to the server or increase the OS RAM.
You could also try removing the -XX:+AlwaysPreTouch JVM Argument, however that will probably end up with the server getting killed at some stage of you playing causing a slight rollback in the world and/or the player inventories.