Skip to content

Conversation

@DiegoTavares
Copy link
Collaborator

If a job requests more memory than MEM_RESERVED_MAX it should be given the maximum amount of memory possible (MEM_RESERVED_MAX) and not MEM_RESERVED_DEFAULT. This will give jobs the maximum possible memory if they request more than we can provide.

We are seeing cases where Nuke Jobs minMemory
requirement are greater than the MEM_RESERVED_MAX,
opencue just assigns minMemory to a lower default
value. This causes issues where opencue doesn't
allot enough memory needed for the job. Increased
the max and changed memory handling by assigning
the MEM_RESERVED_MAX for cases where minMemory is
greater.
@linux-foundation-easycla
Copy link

CLA Not Signed

@DiegoTavares
Copy link
Collaborator Author

DiegoTavares commented Jun 17, 2024

EasyCLA check can be ignore here as @roulaoregan-spi has signed the CLA in the past.

Copy link
Collaborator

@ramonfigueiredo ramonfigueiredo left a comment

Choose a reason for hiding this comment

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

Hi @DiegoTavares

Approved!

@DiegoTavares DiegoTavares changed the title Increase max reserved memory handling Improve max reserved memory handling Jun 20, 2024
@DiegoTavares DiegoTavares merged commit b0da8e4 into AcademySoftwareFoundation:master Jun 20, 2024
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.

3 participants