Skip to content

Commit

Permalink
Merge pull request #30 from Shirosaka/updateDefaultRamSetting
Browse files Browse the repository at this point in the history
Update default ram to 4 GB.
  • Loading branch information
Shirosaka authored Dec 14, 2021
2 parents c338585 + e145860 commit b16aad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static class SettingsData {
public String baseDir = System.getenv("APPDATA") + "/gir";
public int width = 1280;
public int height = 720;
public int ram = 2048;
public int ram = 4096;
public ArrayList<String> optionalMods = new ArrayList<>();
public String javaPath = "";
}
Expand Down

0 comments on commit b16aad8

Please sign in to comment.