We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055f426 commit 1923bcdCopy full SHA for 1923bcd
src/executors/linux_android.yml
@@ -2,7 +2,7 @@ parameters:
2
java_options:
3
description: Java command options. Note that setting this will override the default options so you might need to supply those as well.
4
type: string
5
- default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap'
+ default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport'
6
gradle_options:
7
description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
8
0 commit comments