Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the custom app (wikispecies, wikimed) bundle build problem. #3665

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #3634

  • We utilize Play Asset Delivery in our bundle, housing the ZIM file within it. The size of the wikispecies ZIM file is 2.13GB. To process all resources inside the bundle, we require a minimum of 6GB of Java heap memory.
  • Our CI is mainly failing on this task shrinkBundleWikispeciesReleaseResources which is necessary to reduce the size of the bundle.
  • We have increased the java heap memory from 5GB to 6GB which is enough to create the bundle with wikispecies ZIM file.

* We utilize `Play Asset Delivery` in our bundle, housing the ZIM file within it. The size of the wikispecies ZIM file is 2.13GB. To process all resources inside the bundle, we require a minimum of 6GB of Java heap memory.
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (492e8ee) 48.61% compared to head (991f447) 48.64%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3665      +/-   ##
============================================
+ Coverage     48.61%   48.64%   +0.03%     
- Complexity     1090     1091       +1     
============================================
  Files           285      285              
  Lines         10582    10582              
  Branches       1418     1418              
============================================
+ Hits           5144     5148       +4     
+ Misses         4594     4592       -2     
+ Partials        844      842       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@gouri-panda gouri-panda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6GB isn't that bad.

@kelson42 kelson42 merged commit 7a73eb7 into main Jan 12, 2024
9 checks passed
@kelson42 kelson42 deleted the Fix#3634 branch January 12, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Execution failed for task ':custom:shrinkBundleWikimedReleaseResources' - Java heap space error
3 participants