mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Merge pull request #329 from Major-/heap-size
Increase maximum heap size
This commit is contained in:
+2
-2
@@ -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']
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user