86fe78f41d
t gets shown when intalling the port. PR: 204470 Submitted by: junovitch@ MFH: 2016Q1
9 lines
273 B
Text
9 lines
273 B
Text
For correct operation, shared memory support has to be enabled
|
|
in Chromium by performing the following command as root :
|
|
|
|
sysctl kern.ipc.shm_allow_removed=1
|
|
|
|
To preserve this setting across reboots, append the following
|
|
to /etc/sysctl.conf :
|
|
|
|
kern.ipc.shm_allow_removed=1
|