Skip to content

Commit 4a06cb0

Browse files
author
Ali Abdelfattah
authored
[MOB-6504] Fix android ci oom (#742)
* Increase java max heap size * Clean up ci config from unused context
1 parent 74b4cbf commit 4a06cb0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ jobs:
209209
workflows:
210210
publish:
211211
jobs:
212-
- danger:
213-
context: cross-platform
212+
- danger
214213
- test_module
215214
- test_sample
216215
- test_android
@@ -232,7 +231,6 @@ workflows:
232231
branches:
233232
only: master
234233
- publish:
235-
context: cross-platform
236234
requires:
237235
- hold
238236
filters:

InstabugSample/android/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ android.enableJetifier=true
2626

2727
# Version of flipper SDK to use with React Native
2828
FLIPPER_VERSION=0.99.0
29+
30+
# Max heap size
31+
org.gradle.jvmargs=-Xmx4608m

0 commit comments

Comments
 (0)