openbsd-ports/www/chromium/pkg/MESSAGE
sthen 77516f5da3 Mention in MESSAGE that this package currently requires SSE2,
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@
2010-01-26 15:48:21 +00:00

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'