File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ parameters:
2
2
java_options :
3
3
description : Java command options. Note that setting this will override the default options so you might need to supply those as well.
4
4
type : string
5
- default : ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Xms1048m -Xmx3048m '
5
+ default : ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap'
6
6
gradle_options :
7
7
description : Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
8
8
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 "'
10
10
build_threads :
11
11
description : The number of build threads to use.
12
12
type : integer
You can’t perform that action at this time.
0 commit comments