Skip to content

chore: adjust memory allocation for CI assemble and bundle tasks [WPB-8645]#4609

Merged
yamilmedina merged 2 commits intodevelopfrom
chore/limit-memory-when-assembling
Feb 22, 2026
Merged

chore: adjust memory allocation for CI assemble and bundle tasks [WPB-8645]#4609
yamilmedina merged 2 commits intodevelopfrom
chore/limit-memory-when-assembling

Conversation

@saleniuk
Copy link
Contributor

@saleniuk saleniuk commented Feb 20, 2026

https://wearezeta.atlassian.net/browse/WPB-8645


PR Submission Checklist for internal contributors

  • The PR Title

    • conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
    • contains a reference JIRA issue number like SQPIT-764
    • answers the question: If merged, this PR will: ... ³
  • The PR Description

    • is free of optional paragraphs and you have filled the relevant parts to the best of your ability

What's new in this PR?

Issues

“Release” variant builds fail on CI - the runner is canceled when executing :app:minify{Flavor}{Variant}WithR8.
Error only says that The operation was canceled.

Causes (Optional)

According to this article:
https://blog.jakelee.co.uk/gradle-build-freezing-on-github-ci/#cause--resolution
it can happen due to requesting too much RAM - in that case the runner can be canceled due to high usage and it can happen without any indication of OOM, just exactly like in our case.

Solutions

Limit the RAM usage in gradle.properties.


PR Post Submission Checklist for internal contributors (Optional)

  • Wire's Github Workflow has automatically linked the PR to a JIRA issue

PR Post Merge Checklist for internal contributors

  • If any soft of configuration variable was introduced by this PR, it has been added to the relevant documents and the CI jobs have been updated.

References
  1. https://sparkbox.com/foundry/semantic_commit_messages
  2. https://github.com/wireapp/.github#usage
  3. E.g. feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.

@sonarqubecloud
Copy link

@MohamadJaara MohamadJaara changed the title chore: adjust memory allocation for CI assemble and bundle tasks chore: adjust memory allocation for CI assemble and bundle tasks [WPB-8645] Feb 20, 2026
@yamilmedina yamilmedina added this pull request to the merge queue Feb 22, 2026
Merged via the queue into develop with commit d182720 Feb 22, 2026
22 of 24 checks passed
@yamilmedina yamilmedina deleted the chore/limit-memory-when-assembling branch February 22, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants