Skip to content

Commit 917129a

Browse files
committed
fix: Correct the Android java environment variables
1 parent e30ee7d commit 917129a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/executors/linux_android.yml

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)