Re: [PATCH 0/5] blkcg: Limit maximum number of aio requests available for cgroup

From: Jeff Moyer
Date: Tue Dec 05 2017 - 10:41:21 EST


Kirill Tkhai <ktkhai@xxxxxxxxxxxxx> writes:

>> I think you just need to account the completion ring.
>
> A request of struct aio_kiocb type consumes much more memory, than
> struct io_event does. Shouldn't we account it too?

Not in my opinion. The completion ring is the part that gets pinned for
long periods of time.

Just be sure to document this where appropriate. Users/admins should
know that the aio completion ring now contributes to their memory
budget.

Cheers,
Jeff