diff --git a/src/executors/linux_android.yml b/src/executors/linux_android.yml index f5f10c9..a3e6a2d 100644 --- a/src/executors/linux_android.yml +++ b/src/executors/linux_android.yml @@ -2,7 +2,7 @@ parameters: java_options: description: Java command options. Note that setting this will override the default options so you might need to supply those as well. type: string - default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap' + default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport' gradle_options: description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well. type: string