freebsd-ports/x11-toolkits/qt4-gui/pkg-message
Alberto Villa e12c7843b1 - Add note about kern.ipc.shmall tuning.
- No PORTREVISION bump needed.
2012-06-15 08:09:21 +00:00

12 lines
438 B
Text

======================================================================
Qt paint engine makes common use of shared memory. To avoid MIT-SHM
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
======================================================================