Problem I need help with an error on my server.

  • 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

Hiddenblade2223

New Member
Jul 29, 2019
8
0
0
I try to make my own FTB Monster server and this happens! please tell me what to do
It just says java.lang.outofmemmoryerror Permgen space






A.jpg
aaa112234132.jpg
 

Wagon153

New Member
Jul 29, 2019
3,148
-3
1
You are running out of permgen obviously. Up the amount of permgen you are dedicating.
 

Wagon153

New Member
Jul 29, 2019
3,148
-3
1
-Xms2048m -Xmx2048m -XX:permSize=256m -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc


Setting up:
Copy and paste the above arguments into the .bat/.sh file you use to start your server.
Adjust Xms and Xmx to your desired RAM amount leaving at least 1GB open for PermGen and CodeCache
*note:setting the Heap above 4GB may cause issues with garbage collection