Hey everyone, I need a little help. I'm running about 58 mods or so on MC 1.6.2. My game loads up no problem and I load up my world. I can walk around for about 10 seconds or so and the game starts stuttering and eventually just freezes and get the not responding message in the window. This happens every time I load up the game and my world. Has anyone else had this problem? Let me know if you need any additional details.
Also, to me this seems like a memory issue, ie the game running out of memory but I have 6GB RAM allocated to MC which I'm sure is plenty enough to run the game with mods...unless something has changed with 1.6.2?
EDIT: Problem seems to happen more when I attempt to open my inventory w/ NEI installed.
I see this in the console after I close out MC.
Client> 2013-09-04 19:08:38 [INFO] [STDERR] Exception in thread "NEI Item Loading Thread" java.lang.OutOfMemoryError: PermGen space
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.StackTraceElement.equals(Unknown Source)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:688)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.Throwable.printStackTrace(Throwable.java:666)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.Throwable.printStackTrace(Throwable.java:720)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at codechicken.nei.ItemList$ThreadLoadItems.run(ItemList.java:371)
That error message in the console is a notification that the Java Virtual Machine (or Java) does not have enough PermGen (Permanent Generation or Non-Heap) memory space allocated to it.
You mayincrease the amount of PermGen memory allocated to Minecraft by editing your current Profile on the Minecraft Launcher, ticking the check box next to 'JVM Arguments', removing the parameters already existing in the field and typing the following arguments into it.
(Usage: Replace <value> with the desired amount of memory to be allocated, and <unit> by either m (if the amount of memory is in megabytes) or G (if the amount of memory is in gigabytes), minus the <>'s)
-Xms<value><unit> -Xmx<value><unit>
Where the 'Xms' parameter's value (in numbers) determines the minimum amount of memory allocated to PermGen (I would recommend 256M under most common circumstances) space, the 'Xmx' value determines the maximum amount of memory allocated to PermGen (I would recommend 1or2Gigabytes, depending on the amount of memory currently available in your system at the moment of running Minecraft).
(Edit: I had this post open in the editor for a time and did not notice brandonlc05's reply until after the post had already been sent.)
Also, to me this seems like a memory issue, ie the game running out of memory but I have 6GB RAM allocated to MC which I'm sure is plenty enough to run the game with mods...unless something has changed with 1.6.2?
EDIT: Problem seems to happen more when I attempt to open my inventory w/ NEI installed.
I see this in the console after I close out MC.
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.StackTraceElement.equals(Unknown Source)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:688)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.Throwable.printStackTrace(Throwable.java:666)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at java.lang.Throwable.printStackTrace(Throwable.java:720)
Client> 2013-09-04 19:08:38 [INFO] [STDERR] at codechicken.nei.ItemList$ThreadLoadItems.run(ItemList.java:371)
www.youtube.com/user/thunderz8olt
A quick solution to this is to add this parameter
-XX:MaxPermSize=128M
You can change that number to something higher if it doesn't work, i hope this helped
You may increase the amount of PermGen memory allocated to Minecraft by editing your current Profile on the Minecraft Launcher, ticking the check box next to 'JVM Arguments', removing the parameters already existing in the field and typing the following arguments into it.
(Usage: Replace <value> with the desired amount of memory to be allocated, and <unit> by either m (if the amount of memory is in megabytes) or G (if the amount of memory is in gigabytes), minus the <>'s)
Where the 'Xms' parameter's value (in numbers) determines the minimum amount of memory allocated to PermGen (I would recommend 256M under most common circumstances) space, the 'Xmx' value determines the maximum amount of memory allocated to PermGen (I would recommend 1 or 2 Gigabytes, depending on the amount of memory currently available in your system at the moment of running Minecraft).
(Edit: I had this post open in the editor for a time and did not notice brandonlc05's reply until after the post had already been sent.)
Who looks outside, dreams; who looks inside, awakes."
~ Carl Gustav Jung
www.youtube.com/user/thunderz8olt
How many mods are you running on that 128M of permgen? Just curious
www.youtube.com/user/thunderz8olt
www.youtube.com/user/thunderz8olt