Skip to content

Commit

Permalink
Add gradle org.gradle.jvmargs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pkukielka committed Oct 31, 2024
1 parent 0516fac commit 608e15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ javaVersion=17
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency=false
kotlin.daemon.jvmargs=-Xmx2g -Xms500m
org.gradle.jvmargs=-Xmx4g -Xms500m
# See https://docs.gradle.org/current/userguide/build_cache.html#sec:build_cache_configure
nodeBinaries.commit=8755ae4c05fd476cd23f2972049111ba436c86d4
nodeBinaries.version=v20.12.2
Expand Down

0 comments on commit 608e15e

Please sign in to comment.