You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/install/requirements.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,13 @@ The following is the recommended minimum Memory hardware guidance for a handful
50
50
- 8 GB RAM supports up to 1000 users
51
51
- More users? Consult the [reference architectures page](../administration/reference_architectures/index.md)
52
52
53
-
In addition to the above, we generally recommend having at least 2 GB of swap on your server,
54
-
even if you currently have enough available RAM. Having swap helps to reduce the chance of errors occurring
55
-
if your available memory changes. We also recommend configuring the kernel's swappiness setting
56
-
to a low value like `10` to make the most of your RAM while still having the swap
57
-
available when needed.
53
+
For smaller installations, you should:
54
+
55
+
- Have at least 2 GB of swap on your server, even if you have enough available RAM. Having swap helps to reduce the chance of
56
+
errors occurring if your available memory changes.
57
+
- Configure the kernel's swappiness setting to a low value like `10` to make the most of your RAM while still having the swap available when needed.
58
+
59
+
For larger installations that follow our reference architectures, you [shouldn't configure swap](../administration/reference_architectures/index.md#no-swap).
58
60
59
61
NOTE:
60
62
Although excessive swapping is undesired and degrades performance, it is an
0 commit comments