K 10 svn:author V 7 glebius K 8 svn:date V 27 2020-01-10T19:32:08.599381Z K 7 svn:log V 380 Always multiple vm.pgcache_zone_max to number of CPUs, and rename it respectively. The tunable controls how big is the size of per-cpu vm page cache. Previously the value was split for all CPUs in system, so configuring same value on machines with different count of CPUs yielded in different cache size available to a particular CPU. Reviewed by: markj Obtained from: Netflix END