Skip to content

Commit

Permalink
Increase maximum heap size
Browse files Browse the repository at this point in the history
Required or Apollo reaches the limit on boot. See #328.
  • Loading branch information
Major- committed May 25, 2017
1 parent d315fff commit 613e69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ task(run, dependsOn: classes, type: JavaExec) {

main = 'org.apollo.Server'
classpath = gameClasspath
jvmArgs = ['-Xmx750M']
}
jvmArgs = ['-Xmx1750M']
}

0 comments on commit 613e69f

Please sign in to comment.