Re: [PATCH v1 0/5] percpu: partial chunk depopulation

2021-04-07 Thread Vlastimil Babka
On 4/1/21 11:42 PM, Roman Gushchin wrote: > In our production experience the percpu memory allocator is sometimes > struggling > with returning the memory to the system. A typical example is a creation of > several thousands memory cgroups (each has several chunks of the percpu data > used for

[PATCH v1 0/5] percpu: partial chunk depopulation

2021-04-01 Thread Roman Gushchin
In our production experience the percpu memory allocator is sometimes struggling with returning the memory to the system. A typical example is a creation of several thousands memory cgroups (each has several chunks of the percpu data used for vmstats, vmevents, ref counters etc). Deletion and