Skip to content
Snippets Groups Projects

Change dynamic memory requests to fixed small/large requests

Merged Cort Posnansky requested to merge offline_new-workflow-dynamic-memory into offline_new-workflow

If a job using the dynamic memory requests option is held for using too much memory, it will automatically double its request and release itself. It will only do this once.

Example: A job which originally requests 4000MB but tries to use more will be held, increase its request to 8000MB, and release itself. If the job then tries to use more than 8000MB, it will remain held because something else is likely going wrong.

Merge request reports

Pipeline #636045 passed

Pipeline passed for 41743dcd on offline_new-workflow-dynamic-memory

Approval is optional

Merged by Cort PosnanskyCort Posnansky 8 months ago (Jun 18, 2024 5:40pm UTC)

Merge details

  • Changes merged into with 189cfe9e.
  • Deleted the source branch.

Pipeline #636310 passed

Pipeline passed for 189cfe9e on offline_new-workflow

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading