I'm running a Unleashed 1.1.3 server, with GregTech installed, as well as Dimensional doors. GravityGun, PortalGun and thus iChunUtil have been removed.
The server runs for about 10 minutes, then we crash... there is no crashlog. This is what the console says:
Server Start File is as follows:
Does anybody have an idea of what I can do to alleviate the problem?
Thanks in advance!
Phil.
The server runs for about 10 minutes, then we crash... there is no crashlog. This is what the console says:
Code:
[Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
[Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
[Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:579)
[Server] INFO at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:346)
[Server] INFO at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:907)
[Server] INFO at net.minecraftforge.event.EventBus.post(EventBus.java:108)
[Server] INFO at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
[Server] INFO at net.minecraftforge.event.ASMEventHandler_95_EventHookContainer_onWorldsave_Save.invoke(.dynamic)
[Server] INFO at StevenDimDoors.mod_pocketDim.EventHookContainer.onWorldsave(EventHookContainer.java:177)
[Server] INFO at StevenDimDoors.mod_pocketDim.helpers.dimHelper.save(dimHelper.java:1061)
[Server] INFO at java.io.ObjectOutputStream.writeObject(Unknown Source)
[Server] INFO at java.io.ObjectOutputStream.writeObject0(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.lookup(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.<init>(Unknown Source)
[Server] INFO at java.security.AccessController.doPrivileged(Native Method)
[Server] INFO at java.io.ObjectStreamClass$2.run(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass$2.run(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.access$1500(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.getSerializableConstructor(Unknown Source)
[Server] INFO at sun.reflect.ReflectionFactory.newConstructorForSerialization(Unknown Source)
[Server] INFO at sun.reflect.MethodAccessorGenerator.generateSerializationConstructor(Unknown Source)
[Server] INFO at sun.reflect.MethodAccessorGenerator.generate(Unknown Source)
[Server] INFO at java.security.AccessController.doPrivileged(Native Method)
[Server] INFO at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
[Server] INFO at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
[Server] INFO at sun.reflect.ClassDefiner.defineClass(Unknown Source)
[Server] INFO at sun.misc.Unsafe.defineClass(Native Method)
[Server] INFO java.lang.OutOfMemoryError: PermGen space
Server Start File is as follows:
Code:
java -Xms256m -Xmx1G -XX:PermSize=128M -XX:MaxPermSize=256m -jar ftbserver.jar
Does anybody have an idea of what I can do to alleviate the problem?
Thanks in advance!
Phil.