View | Details | Raw Unified | Return to bug 226793
Collapse All | Expand All

(-)www/chromium/pkg-message (+13 lines)
Lines 9-11 Link Here
9
kern.ipc.shm_allow_removed=1
9
kern.ipc.shm_allow_removed=1
10
10
11
FreeBSD 11.0-R and newer have this set by default.
11
FreeBSD 11.0-R and newer have this set by default.
12
13
Chromium has a known problem of hanging tabs. The workaround
14
for this problem is to mount ~/.cache/chromium as tmpfs. In order
15
to do this, please create this directory if you don't have it as
16
user {user}:
17
18
$ mkdir ~{user}/.cache/chromium
19
20
and mount it as tmpfs, as root:
21
22
# echo "tmpfs /home/{user}/.cache/chromium tmpfs rw,late,size=300M 0 0" >> /etc/fstab
23
# mount /home/{user}/.cache/chromium
24

Return to bug 226793