Replies: 1 comment
-
Thanks, @EladDolev! For reference, we got a couple of improvements merged that are related to this discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some K8s clusters are running with CFS quota disabled (
--cpu-cfs-quota=false
) so setting pods QOS class to Guaranteed by setting requests == limits comes without paying any price, so having the flexibly of defining how much memory to use may lead to better utilization with more reliability (reducing chance of OOM)Some K8s clusters are running with static policy for CPU management, so having the ability to set Redpanda affinity to only several vCPU and/or NUMA domains should increase performance and allow for better isolation.
Currently with static policy Redpanda would crash with the following message when CPUs to use are not being set
Also K8s 1.21 introduce an alpha feature to use a static policy for memory so more chances for optimizations there
Beta Was this translation helpful? Give feedback.
All reactions