Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Download/kernel/rhel6/042stab068.8/changes

1,128 bytes removed, 15:21, 18 December 2012
it's indeed enchanted!
<!-- 065.7 -->
<!-- 067.1 -->
* [ubc/mm] A new strict page cache isolation feature (PSBM-16955) ** This feature disables bouncing pagecache pages between host and containers on physpages shortage in container. Internal reclaimer will drop cached data if container exceeded its physpages limit and pagecache , see [[Page cache isolation turned on.** Current state: /proc/bc/<id>/debug:pagecache_isolation (disabled by default)** sysctls:*** ubc.pagecache_isolation = 0|1 turn off|on isolation for all containers*** ubc.pagecache_isolation_on = <id> turn on for container <id> (write only)*** ubc.pagecache_isolation_off = <id> turn off for container <id> (write only]])
<!-- 067.2 -->
* [mm] per-bc pagecache should be shrinked proportionally now (PSBM-15799)
* [vSwap] virtual vSwap feature has been introduced => now vSwap does not require free physical swap on the HN (PSBM-16764)
* [pagecache] enchanted version of memory scheduler: shadow gangs, reclaimer takes timestamps into the consideration, etc. (PSBM-15796)
** vmscan priority is calculated for all LRU vectors according to its memory usage/limit and age of LRU lists.
** sysctls:
*** vm.usage_factor (default 2)
*** vm.shadow_factor (default 8)
*** vm.age_factor (default 8)
*** priority = 12 + usage * usage_factor / limit + shadow * shadow_factor / limit (for shadow part only) + age * age_factor / max_age
<!-- 068.3 -->
* [ubc/dcache] fix endless oom postponing in dcache reclaimer (PSBM-17067, PSBM-17069)
<!-- 068.6 -->
* [mm] deadlock in kswapd near oom condition has been fixed (PSBM-17100)
<!-- 068.7 was a "side" kernel -->* [mm] a new formula has been implemented for pagecache reclaimer, the reclaimer should become more indulgent for small Containers with old pages** + some stats is visible now in /proc/meminfo and /proc/bc/*/meminfo in case ve.meminfo==2 (PSBM-15799)
<!-- 068.8 -->
* [devpts] handle dentry allocation failure properly in devpts_pty_new() ({{B|1758}})