Skip to content

Commit

Permalink
Adjust memory settings some more to try and make things work
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Apr 29, 2024
1 parent 8ca4876 commit ebb07de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
group=com.sk89q.worldedit
version=7.3.1-SNAPSHOT

org.gradle.jvmargs=-Xmx2G
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

loom.version=1.6.9
Expand Down
2 changes: 1 addition & 1 deletion worldedit-neoforge/build.gradle.kts
Expand Up @@ -76,7 +76,7 @@ subsystems {
mappingsVersion = "2024.04.14"
}
decompiler {
maxMemory("2G")
maxMemory("3G")
}
}

Expand Down

0 comments on commit ebb07de

Please sign in to comment.