aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorOwen <[email protected]>2023-02-19 09:57:10 -0500
committerGitHub <[email protected]>2023-02-19 08:57:10 -0600
commit841da90501564e5b430a8469cac6e6a77627725d (patch)
tree934f58b2dfbf689e502651e4a3ad51383779f4c0 /build.gradle.kts
parentf9dc371fd8c56f1ad1359fc3bf1f7a40921ec66f (diff)
downloadPaper-841da90501564e5b430a8469cac6e6a77627725d.tar.gz
Paper-841da90501564e5b430a8469cac6e6a77627725d.zip
Paper Plugins (#8108)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 0f7fd3dbda..d3c530db0b 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -39,7 +39,7 @@ subprojects {
events(TestLogEvent.STANDARD_OUT)
}
minHeapSize = "2g"
- maxHeapSize = "2g"
+ maxHeapSize = "4g"
}
repositories {