Skip to content

Commit f41f52b

Browse files
committed
chore: try reducing -Xmx so the build could execute in smaller VMs
Renovate uses 3G limit for their machines.
1 parent 91ed127 commit f41f52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
org.gradle.jvmargs=-Xmx1500m -XX:MaxMetaspaceSize=768m
18+
org.gradle.jvmargs=-Xmx1000m -XX:MaxMetaspaceSize=768m
1919
org.gradle.parallel=true
2020
# Build cache can be disabled with --no-build-cache option
2121
org.gradle.caching=true

0 commit comments

Comments
 (0)