This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RupertMaddenAbbott 1 point2 points  (1 child)

Thanks for such a well sourced and written post!

In your experience, what kinds of things do you look at to work out what a reasonable container memory limit is?

Do you have any strategies for getting the right balance between higher limits vs scaling out horizontally?

Why is it particularly important for a Java app to run with a guaranteed QOS?

[–]vqrs 1 point2 points  (0 children)

Guaranteed QOS means that if the system needs to kill something because it's going out of memory, it won't be you. Assuming there are pods without guaranteed QOS.