Skip to content

Commit e8175ff

Browse files
committed
Fix params
1 parent 1a8d75a commit e8175ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ version=3.2.0-SNAPSHOT
3434
# To save some memory, shutting down Kotlin Daemon used for buildSrc compilation after 30 seconds of idle.
3535
# See: https://github.com/gradle/gradle/issues/29331
3636
# (CI-specific configurations can be found in 'teamcity.default.properties')
37-
org.gradle.jvmargs=-Xms2g -Xmx5g -XX:MaxMetaspaceSize=1g -Dkotlin.daemon.options="autoshutdownIdleSeconds=30" -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options=-Xmx512m,Xms256m,-XX:MaxMetaspaceSize=256m,XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./oom_dump.hprof
37+
org.gradle.jvmargs=-Xms2g -Xmx5g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8 -XX:HeapDumpPath=./oom_dump.hprof
3838
kotlin.daemon.jvmargs=-Xms512m -Xmx2g -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError
3939
kotlin.native.jvmArgs=-Xms512m -Xmx2g -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError
4040
# Gradle Doctor might increase memory consumption when task monitoring is enabled, so it is disabled by default.

0 commit comments

Comments
 (0)