From 2845884ada5f8adb1666348c48b5e560f68159b9 Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Date: Wed, 17 Nov 2021 15:39:21 +0100 Subject: [PATCH] PD-2287 Fixing java config --- src/executors/linux_android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executors/linux_android.yml b/src/executors/linux_android.yml index 607ebfc..b0dd7bb 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