aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-11-10 16:44:17 +0000
committerfeld <feld@feld.me>2020-11-10 16:44:17 +0000
commit776067a9a32fd2b536c6782a0aa7c2dfd8444280 (patch)
tree854081d4b0491a552a77c6a6a9c5081b554d29b3
parent952a8c213e37b38c48890813f80e8792cb0cebe2 (diff)
downloadpleroma-776067a9a32fd2b536c6782a0aa7c2dfd8444280.tar.gz
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r--docs/configuration/optimizing_beam.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/optimizing_beam.md b/docs/configuration/optimizing_beam.md
index ecfae86d9..a79d188ca 100644
--- a/docs/configuration/optimizing_beam.md
+++ b/docs/configuration/optimizing_beam.md
@@ -6,6 +6,8 @@ This strategy is very successful in making a performant and responsive applicati
More adventurous admins can be creative with CPU affinity (e.g., *taskset* for Linux and *cpuset* on FreeBSD) to pin processes to specific CPUs and eliminate much of this contention. The most important advice is to run as few processes as possible on your server to achieve the best performance. Even idle background processes can occasionally create [software interrupts](https://en.wikipedia.org/wiki/Interrupt) and take attention away from the executing process creating latency spikes and invalidation of the CPU caches as they must be cleared when switching between processes for security.
+Please only change these settings if you are experiencing issues or really know what you are doing. In general, there's no need to change these settings.
+
## VPS Provider Recommendations
### Good