Not sure if this is the best place to post this, but I am having trouble loading the Dark Triology Mod Pack. Here is the log: http://paste.feed-the-beast.com/view/3e16cb1c I appreciate any help I can get, I am trying to play with some family and friends across the country.
Caused by: java.lang.OutOfMemoryError: PermGen space
You need to change your Java options. You seem to have the same amount of system memory I do so here are my settings.
Code:
-Xms2048m -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
Go into your launcher options tab and click the advanced options button. Paste that into your Additional Java Params replacing whatever is there.