Re: [PATCH 02/12] mm, slub: add CONFIG_SLUB_TINY

From: Roman Gushchin
Date: Wed Nov 23 2022 - 20:08:41 EST


On Mon, Nov 21, 2022 at 06:11:52PM +0100, Vlastimil Babka wrote:
> For tiny systems that have used SLOB until now, SLUB might be
> impractical due to its higher memory usage. To help with that, introduce
> an option CONFIG_SLUB_TINY that modifies SLUB to use less memory.
> This is done by sacrificing scalability, security and debugging
> features, therefore not recommended for any system with more than 16MB
> RAM.
>
> This commit introduces the option and uses it to set other related
> options in a way that reduces memory usage.
>
> Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx>

Acked-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>

Thanks!