Skip to content

Commit

Permalink
build: add UseParallelGC arg
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 19, 2024
1 parent 03ac186 commit 2fa3d8e
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
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
org.gradle.jvmargs=-Xmx2G
org.gradle.jvmargs=-Xmx2G -XX:+UseParallelGC
org.gradle.caching=true
kotlin.code.style=official
loom.platform=forge
Expand Down

0 comments on commit 2fa3d8e

Please sign in to comment.