diff options
author | Vlastimil Babka <vbabka@suse.cz> | 2022-11-14 18:13:45 +0100 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2022-11-27 23:38:02 +0100 |
commit | e240e53ae0abb0896e0f399bdfef41c69cec3123 (patch) | |
tree | 5bfa40d95d36a7a9066ed8e78e1b56988c64cb05 /certs | |
parent | 346907ceb9d11b9e22677c142b45ff50dd20a66a (diff) | |
download | linux-e240e53ae0abb0896e0f399bdfef41c69cec3123.tar.gz linux-e240e53ae0abb0896e0f399bdfef41c69cec3123.tar.bz2 linux-e240e53ae0abb0896e0f399bdfef41c69cec3123.zip |
mm, slub: add CONFIG_SLUB_TINY
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@suse.cz>
Acked-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: Christoph Lameter <cl@linux.com>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions