Increase maximum heap size

Required or Apollo reaches the limit on boot. See #328.
This commit is contained in:
Major
2017-05-25 03:39:18 +01:00
parent d315fff095
commit 613e69f4db
+2 -2
View File
@@ -47,5 +47,5 @@ task(run, dependsOn: classes, type: JavaExec) {
main = 'org.apollo.Server' main = 'org.apollo.Server'
classpath = gameClasspath classpath = gameClasspath
jvmArgs = ['-Xmx750M'] jvmArgs = ['-Xmx1750M']
} }