You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that memory cannot be returned back to the pool once assigned, setting limits.memory and requests.memory to the same value will work better. In this case, 1Gi.
For CPU, it worth taking into consideration that setting a limit might cause throttling. If that's undesirable, then leaving limits.cpu unset is the way to go. Otherwise, it's fine.
What would you like to be added:
Refs #1614
We should specify resource requests (cpu and memory requests and limits) in the NFD deployment files. I.e. both kustomize and Helm chart.
Why is this needed:
Best practices.
The text was updated successfully, but these errors were encountered: