server will not start or restarts right away memory issue?

  • 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

Blue

New Member
Jul 29, 2019
223
0
0
Hi frist off i dont think this is a issue with FTB or any mod packs

i was wondering if some one can guide me if my issue im having is with memory this is my command start line with my hoster, that i can not edit

-Xmx5120M -Xms100M -jar direwolf20.jar nogui --nojline

and this is one of the errors i managed to spot right before a crash or restart
2013-12-14 11:41:51 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-12-14 11:41:52 [SEVERE] [ForgeModLoader] A fatal exception occurred during the server starting event
java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.google.common.collect.AbstractMultimap.createEntries(AbstractMultimap.java:116)
at com.google.common.collect.AbstractMultimap.entries(AbstractMultimap.java:99)
at com.google.common.collect.AbstractMapBasedMultimap.entries(AbstractMapBasedMultimap.java:1160)
at com.google.common.collect.ArrayListMultimap.entries(ArrayListMultimap.java:66)
at cpw.mods.fml.common.LoadController.transition(LoadController.java:130)
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:749)
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:206)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2013-12-14 11:42:03 [INFO] [STDERR] Exception in thread "Listen thread" java.lang.OutOfMemoryError: PermGen space
2013-12-14 11:42:03 [INFO] [STDERR] at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:81)
----------
im on a 5gig server rental plan but i been noticing here and there out of memory in my logs when they manage to generate

I just want to rule out memory issue and not becuase im adding extra mods on top of it...but all these extra add on mods will work on my PC just fine so im at a lost

Thanks for the help!
 
Last edited by a moderator: