Hello Jacques, [email protected] writes:
> # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS > to pass JVM options to this script. > -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' > +DEFAULT_JVM_OPTS='"-Xmx64m" In fact there was no repetition here. “Xms” and “Xmx” are different options corresponding respectively to the “initial heap size” and the “max heap size”. It was added automatically when doing the upgrade with the ‘./gradlew wrapper ...’ command, so I guess we should keep both options which are Gradle recommended defaults. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37
