You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Circle CI allows free tier usage of resource_class "large" for all the builds.
Since yesterday, we seemed to start hitting the memory limit of 8gb during our automated staging apk builds.
This prevented us from starting testing for 10.0.1 release.
Possible solution paths
This leaves us with 2 options:
Buy circle CI paid subscription
reduce memory usage during apk/bundle build
Acceptance Criteria
Ensure that CircleCI automated build of release apk/bundle succeeds always without facing memory limit issues.
The text was updated successfully, but these errors were encountered:
Motivation
Circle CI allows free tier usage of resource_class "large" for all the builds.
Since yesterday, we seemed to start hitting the memory limit of 8gb during our automated staging apk builds.
This prevented us from starting testing for 10.0.1 release.
Possible solution paths
This leaves us with 2 options:
Acceptance Criteria
Ensure that CircleCI automated build of release apk/bundle succeeds always without facing memory limit issues.
The text was updated successfully, but these errors were encountered: