BTB Ultimate Server Crashes (Out of Memory 4Gb)

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Wuzzin

New Member
Jul 29, 2019
2
0
0
Title:
BTB Ultimate Server Crashes (Out of Memory 4Gb)
Launcher Version:
1.4.8
Modpack:
FTB Ultimate
Modpack Version:
1.1.2
Log Link:
Details of the issue:
Server runs fine for a few hours then starts to fail to keep up. Server start options are set to: java -d64 -Xmx4G -Xms4G -jar ftbserver.jar
 

adamich

New Member
Jul 29, 2019
697
0
0
java.lang.OutOfMemoryError: GC overhead limit exceeded
But I dont know what is GC
Which version of java do U use?
 

Moasseman

New Member
Jul 29, 2019
1,679
-2
1
But I dont know what is GC

GC stands for Garbage collector. What it means is that java is spending too much resources (CPU) for too little gain (heap) on garbage collection, so it's throwing an error to stop this.
 

adamich

New Member
Jul 29, 2019
697
0
0
try add -XX: PermSize=256M -XX:MaxPermSize=256M
and only one of: -XX:+UseParallelGC or -XX:+UseParallelOldGC