All memory amounts are in bytes. If a value which is not aligned to PAGE_SIZE is written, the value may be rounded up to the closest PAGE_SIZE multiple when read back. ... > > --- a/Documentation/admin-guide/cgroup-v2.rst > > +++ b/Documentation/admin-guide/cgroup-v2.rst > > @@ -1316,6 +1316,9 @@ PAGE_SIZE multiple when read back. > > Caller could retry them differently, return into userspace > > as -ENOMEM or silently ignore in cases like disk readahead. > > > > + Note that the value set for memory.max is reported in units > > + corresponding to the system's page size. > > + > > There seems to be mismatch in whitespace to surrounding text. > > Also the wording would be more precise if it referred to 'multiples', > not 'units' (units are simply bytes). > > Michal > Got it. But, it seems this patch is redundant. So, I won't be sending another version. Thanks, Vishal