77516f5da3
and show how to check. This should change sometime, but the fix is fiddly and for now we should let people know. Committing now to make sure something is in pre-4.7. Discussed with pval, this diff ok jasper@ landry@
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
You may need to crank shared memory limits for chromium to work
|
|
properly under load:
|
|
|
|
# sysctl kern.shminfo.shmall=32768
|
|
|
|
And opening lots of tabs may necessitate higher fd limits,
|
|
crank that via ulimit/limits.
|
|
|
|
This package currently requires a CPU supporting SSE2.
|
|
You can check this with: dmesg | grep 'cpu.*SSE2'
|