mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
86fe78f41d
t gets shown when intalling the port. PR: 204470 Submitted by: junovitch@ MFH: 2016Q1
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
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
|