mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Remove Xms to make peeps stop crying (#422)
This commit is contained in:
parent
0f8f51ea97
commit
ae2ef5e7c2
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ private void applyClientProfile() {
|
|||
this.systemEnv.put("JAVA_HOME", javaDir.toString());
|
||||
Collections.addAll(this.systemClassPath, this.params.profile.getAlternativeClassPath());
|
||||
if (params.ram > 0) {
|
||||
this.jvmArgs.add("-Xms" + params.ram + 'M');
|
||||
this.jvmArgs.add("-Xmx" + params.ram + 'M');
|
||||
}
|
||||
this.params.session = Request.getSession();
|
||||
|
|
Loading…
Reference in a new issue