Hi I'm trying to start up a ftb server. I encountered a permgen error while trying to launch the monster mod pack on ftb.
steps I've taken:
redownloading the mod pack
trying to startup the server multiple times
letting the server try to startup overnight
modifying the startup files with this configuration "java -Xms4096m -Xmx4096m -XX:PermSize=512m -XX:MaxPermSize=1024m -jar FTBServer-1.6.4-953.jar nogui
pause"
system specs
eight core processor 4.0 ghz
8 gigs of ram
64 bit os
64 bit java
steps I've taken:
redownloading the mod pack
trying to startup the server multiple times
letting the server try to startup overnight
modifying the startup files with this configuration "java -Xms4096m -Xmx4096m -XX:PermSize=512m -XX:MaxPermSize=1024m -jar FTBServer-1.6.4-953.jar nogui
pause"
system specs
eight core processor 4.0 ghz
8 gigs of ram
64 bit os
64 bit java
The errors in the forge log files start here:
[Torch Levers] (TorchLeversV1.3.2.jar) Unloaded->Constructed->Pre-initialized->Errored
WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Errored
WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Errored
WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Errored
xact{0.4.2c} [XACT Mod] (XACT v0.4.2c.jar) Unloaded->Constructed->Pre-initialized->Errored
McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized
BasicComponents{1.0.0} [Basic Components] (Basic_Components_v1.0.0.18.jar) Unloaded->Constructed->Pre-initialized->Errored
ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Errored
2013-12-29 12:14:48 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-12-29 12:14:49 [INFO] [STDERR] java.lang.OutOfMemoryError: PermGen space
any help is appreciated.