mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
e12c7843b1
- No PORTREVISION bump needed.
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
======================================================================
|
|
|
|
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
|
|
|
|
======================================================================
|