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 f9ffe37 commit 946cf01Copy full SHA for 946cf01
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
# Default VM config to be used for macOS builds
4
macos_config: &macos_config
5
macos:
6
- xcode: 12.3.0
+ xcode: 12.5.0
7
shell: /bin/bash --login -eo pipefail
8
9
setup_env_file: &setup_env_file
@@ -109,6 +109,9 @@ jobs:
109
yarn prepare
110
# Build and Test android version of module
111
android-e2e-test:
112
+ environment:
113
+ GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
114
+ JAVA_OPTS: '-Xms512m -Xmx1024m'
115
executor:
116
name: android/android-machine
117
working_directory: ~/project
0 commit comments