Skip to content

Commit

Permalink
fix jvm heap exhaustion
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Nov 5, 2020
1 parent c8b2e34 commit 379098e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1G
1 change: 1 addition & 0 deletions modules/cotton-cauldron/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1G
1 change: 1 addition & 0 deletions modules/cotton-commons/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1G
1 change: 1 addition & 0 deletions modules/cotton-config/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1G
1 change: 1 addition & 0 deletions modules/cotton-datapack/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1G
1 change: 1 addition & 0 deletions modules/cotton-logging/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1G
1 change: 1 addition & 0 deletions modules/cotton-player-events/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1G

0 comments on commit 379098e

Please sign in to comment.