2011-05-19 07:52:06 -04:00
|
|
|
Your default datasize might not be enough for v8 so if you
|
|
|
|
experience the infamous "Aw, Snap!" error messages try to
|
|
|
|
raise your datasize limit to a higher value.
|
|
|
|
To set it to 715M you can do the following:
|
2011-02-08 04:43:02 -05:00
|
|
|
|
|
|
|
$ ulimit -d 716800
|
|
|
|
|
|
|
|
or modify /etc/login.conf.
|
|
|
|
|
Initial import of Chromium for OpenBSD, a multi-month effort! :)
i386 and amd64 supported.
Chromium is an open-source browser project that aims
to build a safer, faster, and more stable way for all
Internet users to experience the web. http://www.chromium.org/
This is version 4.0.251.0 with a tarball already including hundreds
of patches by myself, Sprewell, Ben Laurie and others from the original
FreeBSD effort. See homepage for more details and known issue:
http://sightly.net/peter/openbsd/chromium/
(right now, there are i386 & amd64 -current packages there that can
be pkg_add'ed, links to the FreeBSD page for more info, etc)
The patches are being cleaned up and sent upstream in chunks, the
goal will be to have a clean tarball eventually. I _just_ got this
working earlier this week so it may crash and burn (especially on
amd64 as some parts do not appear 64-bit clean), let me know.
"commit it and let's work on it in-tree" espie@, robert@ & others
2009-12-18 17:25:56 -05:00
|
|
|
And opening lots of tabs may necessitate higher fd limits,
|
|
|
|
crank that via ulimit/limits.
|