Client keeps crashing when trying to launch. The default: Minimal - 1024 MB Max - 10.240 MB My PC has 16 GB of RAM.
First things first: A semi-technical explanation of why you shouldn’t allocate too much RAM to minecraft – Egoism & a Spark of Code "TLDR: Too much RAM lets java be lazy with clearing out unused data so you’ll get major lagspikes since the useless data piles up. Too little RAM will leave you with poor performance all around because java has to try to make space for new stuff all the time. Try to find a good balance." We recomend 4GB (4096). Could you please decrease the amount of RAM and Force Updating the modpack?
I can't even being to understand how you people(staff) answer posts without sounding smug or condescending or both...[DOUBLEPOST=1490901231][/DOUBLEPOST]ElectroMaster, you might want to increase minimum memory size for faster modpack loading time.
Yes, I would like to do what?[DOUBLEPOST=1490970059][/DOUBLEPOST] I did it and it does not help Minimal - 1024 MB Max - 4096 MB[DOUBLEPOST=1490971851,1490969938][/DOUBLEPOST]If I do more than Minimal 1024 MB does it with me at all no more modpack load more If you know how to adjust it perfectly please tell me. With MYM I do not mind
Oh sorry, I'm confising heap with permgen In that case, I'm honestly not sure. Try manually setting the -Xms (minimum) and -Xmx (maximum) parameters Java command line options (in your case, -Xms1G -Xmx4G)
Have long been Minimal - 1024 MB Max - 4096 MB[DOUBLEPOST=1491053737,1491052160][/DOUBLEPOST]new error
Huh, the _JAVA_OPTIONS environment variable is set. If you're on Mac/Linux, try running Code: export _JAVA_OPTIONS= in a terminal to get rid of that default memory allocation, then run Minecraft/the launcher from the same terminal. Windows, I'm not too sure how to unset that (been running on Linux for too long ), but a google for "edit environment variables on windows" should point you in the right direction.