OpenVZ Forum


Home » Mailing lists » Devel » [PATCH v3 05/28] memcg: Reclaim when more than one page needed.
Re: [PATCH v3 05/28] memcg: Reclaim when more than one page needed. [message #46563 is a reply to message #46562] Tue, 29 May 2012 14:20 Go to previous messageGo to previous message
Christoph Lameter is currently offline  Christoph Lameter
Messages: 123
Registered: September 2006
Senior Member
On Tue, 29 May 2012, Christoph Lameter wrote:

> > * unlikely to succeed so close to the limit, and we fall back
> > * to regular pages anyway in case of failure.
> > */
> > - if (nr_pages == 1 && ret)
> > + if (nr_pages <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) && ret) {

Should this not be

nr_pages <= 1 << PAGE_ALLOC_COSTLY_ORDER
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [PATCH v2 0/5] per-cgroup /proc/stat statistics
Next Topic: [PATCH v3 2/6] account guest time per-cgroup as well.
Goto Forum:
  


Current Time: Fri Nov 15 19:57:28 GMT 2024

Total time taken to generate the page: 0.03994 seconds