Openshift resource limit and pagecache -


i'm running kafka cluster on openshift. understand, kafka performance relies on pagecache. trying understand how best can limit resource on kafka container works efficiently.

linux tries use available ram buffer speed disk operations. assuming there kafka container running on node, if set limit on container 5gi, rest of available memory on node used buffer/cache believe.

i wondering if set limit 10gi , if kafka use 5gb, remaining unused 5gb still available pagecahce operating system?

the limit doesn't reserve memory, puts cap on how application can use. don't believe should affect how operating system handles kernel buffer/cache.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -