diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-04 00:36:25 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-04 00:36:25 +0800 |
commit | 3e890fb660e192f01dcffc2ee3084a1194229cf7 (patch) | |
tree | 0e464b363a23faa25cdab681f4b634600c29f50c /x11-toolkits | |
parent | e9c6e93777f4e3724c51ff90923ca9c38b96c442 (diff) | |
download | freebsd-ports-gnome-3e890fb660e192f01dcffc2ee3084a1194229cf7.tar.gz freebsd-ports-gnome-3e890fb660e192f01dcffc2ee3084a1194229cf7.tar.zst freebsd-ports-gnome-3e890fb660e192f01dcffc2ee3084a1194229cf7.zip |
Remove x11-toolkit/qt4-gui's pkg-message.
Back in mid-2012 (ports revisions r297367 and r299321), pkg-message was
added to the port suggesting changes to the default shared memory limits in
loader.conf(5). Since then, the default limits have been changed and the
values suggested by the port are no longer sensible (base r209037, present
in all supported FreeBSD releases).
According to theraven@:
Suggesting lowering the maximum number of pages available for shared pages
doesn't seem sensible. The other default limits look as if they ought to
be high enough (kern.ipc.shmseg is the number of shm segments that each
process can have open, so should be fine. kern.ipc.shmmni is the total
number of shm objects, so might need lowering).
Follow his advice and drop the suggestions from pkg-message.
PR: 202927
Submitted by: theraven@
MFH: 2015Q4
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt4-gui/pkg-message | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-toolkits/qt4-gui/pkg-message b/x11-toolkits/qt4-gui/pkg-message deleted file mode 100644 index 5e52fed6afd6..000000000000 --- a/x11-toolkits/qt4-gui/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -====================================================================== - -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 - -====================================================================== |