[PR #3662] [MERGED] [PM-10441] Fix memory exception during CI builds #4324

Closed
opened 2025-11-26 23:42:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3662
Author: @SaintPatrck
Created: 7/31/2024
Status: Merged
Merged: 8/1/2024
Merged by: @SaintPatrck

Base: mainHead: fix-oom-during-build


📝 Commits (3)

  • 3c9618f Use parallel GC during builds
  • e71b2ab Fix OOM when assembling debug variants
  • df18c5c Merge branch 'main' into fix-oom-during-build

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 gradle.properties (+1 -1)

📄 Description

🎟️ Tracking

PM-10441

📔 Objective

This change allocates more resources and enables parallel GC to avoid out of memory exceptions during workflow exectuion.

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/3662 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `fix-oom-during-build` --- ### 📝 Commits (3) - [`3c9618f`](https://github.com/bitwarden/android/commit/3c9618f13f2fbbfd73b8a92c1ea51b305fe9aa7b) Use parallel GC during builds - [`e71b2ab`](https://github.com/bitwarden/android/commit/e71b2ab8718d28b40fe0cf97704528b3a9871c67) Fix OOM when assembling debug variants - [`df18c5c`](https://github.com/bitwarden/android/commit/df18c5c5238d2359335e635499bc777fda3db90d) Merge branch 'main' into fix-oom-during-build ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `gradle.properties` (+1 -1) </details> ### 📄 Description ## 🎟️ Tracking PM-10441 ## 📔 Objective This change allocates more resources and enables parallel GC to avoid out of memory exceptions during workflow exectuion. ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:42:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#4324