aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/content/en/books/handbook/desktop/_index.adoc15
1 files changed, 12 insertions, 3 deletions
diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc
index f847032820..829a63d77c 100644
--- a/documentation/content/en/books/handbook/desktop/_index.adoc
+++ b/documentation/content/en/books/handbook/desktop/_index.adoc
@@ -151,12 +151,21 @@ Enable D-BUS service in `/etc/rc.conf` to start at system boot:
# sysrc dbus_enable="YES"
....
-To increase messages size execute:
+KDE Plasma requires larger message sizes for optimal performance.
+
+Add the following lines to man:sysctl.conf[5]:
+
+[.programlisting]
+....
+sysctl net.local.stream.recvspace=65536
+sysctl net.local.stream.sendspace=65536
+....
+
+To apply the change, either run the following command as root or simply reboot the system:
[source,shell]
....
-# sysctl net.local.stream.recvspace=65536
-# sysctl net.local.stream.sendspace=65536
+# sysctl -f /etc/sysctl.conf
....
[[kde-start]]