Skip to content

Commit

Permalink
Bump default scanJar memory
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Apr 28, 2024
1 parent 073ed85 commit 8828b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ abstract class ScanJar : JavaLauncherTask() {
override fun init() {
super.init()

jvmArgs.convention(listOf("-Xmx512m"))
jvmArgs.convention(listOf("-Xmx768m"))
log.set(layout.cache.resolve(paperTaskOutput("txt")))
}

Expand Down

0 comments on commit 8828b4a

Please sign in to comment.