Skip to content

Commit

Permalink
feat: reduce gradle memory allocate since unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu authored Mar 18, 2024
1 parent 26277e4 commit 4d1ef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gradle Properties
org.gradle.jvmargs = -Xmx4G
org.gradle.jvmargs = -Xmx3G

# Source Options
# Use Modern Java(9+) Syntax (Courtesy of Jabel)
Expand Down

0 comments on commit 4d1ef58

Please sign in to comment.