diff options
author | Alexander Motin <[email protected]> | 2023-11-10 13:34:46 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-01-08 16:11:39 -0800 |
commit | a8c29a79df2dd0ca8cf31f0f2b35475d10567fdb (patch) | |
tree | 9b09612b684a60df339ddafc3261097b1a825709 /man/man4/spl.4 | |
parent | f13593619b074dff63f6940d32033d2f147166e3 (diff) |
Linux: Reclaim unused spl_kmem_cache_reclaim
It is unused for 3 years since #10576.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Alexander Motin <[email protected]>
Sponsored by: iXsystems, Inc.
Closes #15507
Diffstat (limited to 'man/man4/spl.4')
-rw-r--r-- | man/man4/spl.4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/man4/spl.4 b/man/man4/spl.4 index 82455fb53..414a92394 100644 --- a/man/man4/spl.4 +++ b/man/man4/spl.4 @@ -31,14 +31,6 @@ for use by the kmem caches. For the majority of systems and workloads only a small number of threads are required. . -.It Sy spl_kmem_cache_reclaim Ns = Ns Sy 0 Pq uint -When this is set it prevents Linux from being able to rapidly reclaim all the -memory held by the kmem caches. -This may be useful in circumstances where it's preferable that Linux -reclaim memory from some other subsystem first. -Setting this will increase the likelihood out of memory events on a memory -constrained system. -. .It Sy spl_kmem_cache_obj_per_slab Ns = Ns Sy 8 Pq uint The preferred number of objects per slab in the cache. In general, a larger value will increase the caches memory footprint |