mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Increase maximum heap size
Required or Apollo reaches the limit on boot. See #328.
This commit is contained in:
+2
-2
@@ -47,5 +47,5 @@ task(run, dependsOn: classes, type: JavaExec) {
|
||||
|
||||
main = 'org.apollo.Server'
|
||||
classpath = gameClasspath
|
||||
jvmArgs = ['-Xmx750M']
|
||||
}
|
||||
jvmArgs = ['-Xmx1750M']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user