Skip to content

Commit 4caf9aa

Browse files
committed
feat: stop overriding jvmargs by default
1 parent 43c7903 commit 4caf9aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/executors/linux_android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
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: '-Xmx2014m -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"'
9+
default: '-Xmx2014m -Dorg.gradle.daemon=false'
1010
build_image_version:
1111
description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags
1212
type: string

src/jobs/android_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ parameters:
5454
gradle_options:
5555
description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
5656
type: string
57-
default: '-Xmx2014m -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"'
57+
default: '-Xmx2014m -Dorg.gradle.daemon=false'
5858
build_image_version:
5959
description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags
6060
type: string

0 commit comments

Comments
 (0)