Title
Game Crashes when launching with more then 1gb of ram
Are you sure you're using JDK 8? Not JRE 8, not JDK 8+ or - but JDK 8? You can check by doing javac -version and if it says anything other than javac 1.8.0_231 you've got the wrong version.
Title
Are you sure you're using JDK 8? Not JRE 8, not JDK 8+ or - but JDK 8? You can check by doing javac -version and if it says anything other than javac 1.8.0_231 you've got the wrong version.