Not sure if this is the correct place to post this as I am brand new as of writing this to the minecraft forums (if it is can a mod please move it for me, thanks) Anyways I am currently run a server (I do not do the technical stuff though, I let my brother do it) and I have been having a lot of crashing, severe lag, etc and none of us can figure out why (No one else on the server has these issues other than me) The server is a feed the beast custom server, including a custom client. I am currently running windows 7, I have 4 GB Ram and system has 451GB disk space ( 413 GB free space ) My brothers computer does even have twice as much ram or disk space and he can run the client just fine so there should be no reason I shouldn't. Please help!!! Sorry I don't really have any logs but here is what I do have. Thanks to anyone who helps!
2013-02-09 11:38:01 [INFO] [STDERR] Exception in thread "Thread-21" java.lang.OutOfMemoryError: PermGen spaceException in thread "Client read thread" java.lang.OutOfMemoryError: PermGen space
I got a singleplayer game with about 100 mods, all working together until i run into said error. is there any way to fix java.lang.OutOfMemoryError: PermGen space?
2013-02-09 11:38:01 [INFO] [STDERR] Exception in thread "Thread-21" java.lang.OutOfMemoryError: PermGen spaceException in thread "Client read thread" java.lang.OutOfMemoryError: PermGen space
~Sleepy
nm. i think i found a solution here
used it to create a .bat file to loadup minecraft.
start /high javaw -Xms2048m -Xmx2048m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:PermSize=128m -jar "C:\Users\XXX\AppData\Roaming\.minecraft\Minecraft.exe"
end
Bolded the important parts