Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

User pages accounting

No change in size, 13:31, 4 September 2006
Ways of accounting
: This approach is not good either as the only place where pages appear in user space is page fault handler and the only way to reject is killing the task. Comparing to previous scenarion this is much worse as application won't even be able to close correctly.
; Account a part of memory on mmap/brk and reject there, and account the rest of the memory in page fault handlers without any rejects.
: This type of accounting it is used in UBC.
== UBC user pages accounting ==