On Fri, 2006-08-18 at 12:08 +0400, Andrey Savochkin wrote: > > A) Have separate memory management for each container, > with separate buddy allocator, lru lists, page replacement mechanism. > That implies a considerable overhead, and the main challenge there > is sharing of pages between these separate memory managers. Hold on here for just a sec... It is quite possible to do memory management aimed at one container while that container's memory still participates in the main VM. There is overhead here, as the LRU scanning mechanisms get less efficient, but I'd rather pay a penalty at LRU scanning time than divide up the VM, or coarsely start failing allocations. -- Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [ckrm-tech] [PATCH 4/7] UBC: syscalls (user interface)
- From: Magnus Damm <[email protected]>
- Re: [ckrm-tech] [PATCH 4/7] UBC: syscalls (user interface)
- From: Andrew Morton <[email protected]>
- Re: [ckrm-tech] [PATCH 4/7] UBC: syscalls (user interface)
- References:
- [RFC][PATCH] UBC: user resource beancounters
- From: Kirill Korotaev <[email protected]>
- [RFC][PATCH 4/7] UBC: syscalls (user interface)
- From: Kirill Korotaev <[email protected]>
- Re: [RFC][PATCH 4/7] UBC: syscalls (user interface)
- From: Rohit Seth <[email protected]>
- Re: [RFC][PATCH 4/7] UBC: syscalls (user interface)
- From: Alan Cox <[email protected]>
- Re: [RFC][PATCH 4/7] UBC: syscalls (user interface)
- From: Rohit Seth <[email protected]>
- Re: [RFC][PATCH 4/7] UBC: syscalls (user interface)
- From: Kirill Korotaev <[email protected]>
- Re: [RFC][PATCH 4/7] UBC: syscalls (user interface)
- From: Andrew Morton <[email protected]>
- Re: [PATCH 4/7] UBC: syscalls (user interface)
- From: Andrey Savochkin <[email protected]>
- [RFC][PATCH] UBC: user resource beancounters
- Prev by Date: Re: [2.6.19 PATCH 1/7] ehea: interface to network stack
- Next by Date: Re: 2.6.18-rc4-mm1 + hotfix -- Many processes use the sysctl system call
- Previous by thread: Re: [PATCH 4/7] UBC: syscalls (user interface)
- Next by thread: Re: [ckrm-tech] [PATCH 4/7] UBC: syscalls (user interface)
- Index(es):