Tilt/devnet: containers have no memory limit #2226
Unanswered
tbjump
asked this question in
Problems / bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Containers in devnet/ have no memory resource limits defined. If some component starts consuming much more memory, tests may continue to pass depending on the environment where they are being executed.
Expected Behavior
I propose to add memory resource limits based on current memory usage plus some buffer. This will allow catching changes that significantly increase memory usage.
Beta Was this translation helpful? Give feedback.
All reactions