We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015070a commit 80e800aCopy full SHA for 80e800a
docs/Performance and Tuning/Module Parameters.rst
@@ -2372,6 +2372,10 @@ Maximum size of ARC in bytes.
2372
If set to 0 then the maximum size of ARC
2373
is determined by the amount of system memory installed:
2374
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
2379
* **Linux**: 1/2 of system memory
2380
* **FreeBSD**: the larger of ``all_system_memory - 1GB`` and ``5/8 × all_system_memory``
2381
0 commit comments