diff options
author | Mariell Hoversholm <[email protected]> | 2021-06-11 20:02:47 +0200 |
---|---|---|
committer | Mariell Hoversholm <[email protected]> | 2021-06-11 20:02:47 +0200 |
commit | 82eb9fffc85492ec90c8fbbc5d51c2127e1c5b74 (patch) | |
tree | 0a6d77d5702d97731d609c9b9fe97b9116890a59 /gradle.properties | |
parent | 3f10bf116306fac75cbd2bfd4295134f7d797cdd (diff) | |
download | Paper-82eb9fffc85492ec90c8fbbc5d51c2127e1c5b74.tar.gz Paper-82eb9fffc85492ec90c8fbbc5d51c2127e1c5b74.zip |
fix: up the max memory for gradle
Signed-off-by: Mariell Hoversholm <[email protected]>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index b26ff13432..c26ed1b3da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ mcVersion = 1.17 projectVersion = 1.17-R0.1-SNAPSHOT packageVersion = 1_17_R1 +org.gradle.jvmargs=-Xmx3G |