aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorHenry S. Trowbridge <htrow@henrycodes.xyz>2025-08-11 16:10:32 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2025-08-11 16:10:32 +0000
commit01df81b711d2accfd3746094875badfab3e76864 (patch)
tree3b2cd25db43e1adf44a7bbdb7ebd2f054e7fd8b0 /documentation
parentb83da1b916ec788170c5d98556275e16068bd314 (diff)
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]]