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 #46572 is a reply to message #46563] Tue, 29 May 2012 15:45 Go to previous message
Glauber Costa is currently offline  Glauber Costa
Messages: 916
Registered: October 2011
Senior Member
On 05/29/2012 06:20 PM, Christoph Lameter wrote:
> 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

I myself believe you are right.

Not sure if Suleiman had anything in mind that we're not seeing when he
wrote this code?
 
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: Sat Oct 12 06:11:16 GMT 2024

Total time taken to generate the page: 0.07225 seconds