Revert "Bug 1845098 - Add the HeapDumpOnOutOfMemoryError default to jvmargs"

This reverts commit c0d64d34a0aa1822657e22386f8469f8c860262d.
fenix/117.0
Ryan VanderMeulen 10 months ago
parent 609895be91
commit 2591f9f9c2

@ -10,7 +10,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx7g -Xms2g -XX:MaxMetaspaceSize=6g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx7g -Xms2g -XX:MaxMetaspaceSize=6g
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

Loading…
Cancel
Save