File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ parameters:
22 java_options :
33 description : Java command options. Note that setting this will override the default options so you might need to supply those as well.
44 type : string
5- default : ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Xms1048m -Xmx3048m '
5+ default : ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap'
66 gradle_options :
77 description : Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
88 type : string
9- default : ' -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError -Xmx3048m "'
9+ default : ' -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError "'
1010 build_threads :
1111 description : The number of build threads to use.
1212 type : integer
You can’t perform that action at this time.
0 commit comments