Skip to content

Commit 80e800a

Browse files
JCBird1012behlendorf
authored andcommitted
fix: arc_default_max on Linux matches FreeBSD
This change was made in #15437 and has been active as of zfs-2.3.0
1 parent 015070a commit 80e800a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Performance and Tuning/Module Parameters.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,6 +2372,10 @@ Maximum size of ARC in bytes.
23722372
If set to 0 then the maximum size of ARC
23732373
is determined by the amount of system memory installed:
23742374

2375+
* **Linux** and **FreeBSD**: the larger of ``all_system_memory - 1GB`` and ``5/8 × all_system_memory``
2376+
2377+
*prior to v2.3.0*
2378+
23752379
* **Linux**: 1/2 of system memory
23762380
* **FreeBSD**: the larger of ``all_system_memory - 1GB`` and ``5/8 × all_system_memory``
23772381

0 commit comments

Comments
 (0)