Out of Memory Error

  • 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

x0wnedx

New Member
Jul 29, 2019
4
0
0
Hello when I run my mcpc+(latest 1.6.4 version) server with a custommodpack on it it starts loading everything and then gives me an OutOfMemoryError
2014-04-29 15:03:51 [Schwerwiegend] [ForgeModLoader] The following problems were captured during this phase
2014-04-29 15:03:51 [Information] [STDERR] java.lang.OutOfMemoryError: PermGen space
2014-04-29 15:03:51 [Schwerwiegend] [Minecraft-Server] Encountered an unexpected exception OutOfMemoryError
java.lang.OutOfMemoryError: PermGen space
2014-04-29 15:03:53 [Information] [Minecraft-Server] Stopping server
2014-04-29 15:03:53 [Information] [STDERR] java.net.SocketException: socket closed
2014-04-29 15:03:53 [Information] [STDERR] at java.net.DualStackPlainSocketImpl.accept0(Native Method)
2014-04-29 15:03:53 [Information] [STDERR] at java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source)
2014-04-29 15:03:53 [Information] [STDERR] at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
2014-04-29 15:03:53 [Information] [STDERR] at java.net.PlainSocketImpl.accept(Unknown Source)
2014-04-29 15:03:53 [Information] [STDERR] at java.net.ServerSocket.implAccept(Unknown Source)
2014-04-29 15:03:53 [Information] [STDERR] at java.net.ServerSocket.accept(Unknown Source)
2014-04-29 15:03:53 [Information] [STDERR] at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:80)

I tried increasing the RAM (up to 4 gbs) given to the Server but didn't work it just keeps crashing ... appreciate if anyone can help me
 
Last edited:

Zorkk

New Member
Jul 29, 2019
26
0
0
Heya

As it shows your computer is running out of space. I think you want to add

-XX:MaxPermSize=256m
I
Hope that helps

Z


Sent from my SGH-I317M using Tapatalk