Line 0
Link Here
|
|
|
1 |
For correct operation, shared memory support has to be enabled |
2 |
in Chromium by performing the following command as root : |
3 |
|
4 |
sysctl kern.ipc.shm_allow_removed=1 |
5 |
|
6 |
To preserve this setting across reboots, append the following |
7 |
to /etc/sysctl.conf : |
8 |
|
9 |
kern.ipc.shm_allow_removed=1 |