1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- Add note about kern.ipc.shmall tuning.

- No PORTREVISION bump needed.
This commit is contained in:
Alberto Villa 2012-06-15 08:09:21 +00:00
parent 0a6d6e930d
commit e12c7843b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299321

View File

@ -1,10 +1,11 @@
======================================================================
Qt paint engine makes common use of shared memory. To avoid MIT-SHM
errors (i.e., blank windows), you probably need to tune shared memory
errors (i.e., blank windows), you probably need to raise shared memory
limits in loader.conf(5). The following should be safe values for the
KDE Plasma Desktop:
kern.ipc.shmall=32768
kern.ipc.shmmni=1024
kern.ipc.shmseg=1024