Skip to content

Commit

Permalink
Update default ram to 4 GB.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirosaka committed Dec 14, 2021
1 parent c338585 commit e145860
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 e145860

Please sign in to comment.