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
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Is it possible to ignore only the CPU limit?
I would like to set a limit for memory but no limit for CPU, is that possible?
I have tried with cpu: null and cpu: {} but the schema says this is required, I know I can ignore the limits, but I don't want to ignore the memory limit.
Thank you!
Is it possible to ignore only the CPU limit?
I would like to set a limit for memory but no limit for CPU, is that possible?
I have tried with
cpu: nullandcpu: {}but the schema says this is required, I know I can ignore the limits, but I don't want to ignore the memory limit.Thank you!