[Webkit-unassigned] [Bug 61137] [BSD] OSAllocator::reserveUncommitted eagerly commits memory on BSD?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 12:30:16 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=61137





--- Comment #6 from Landry Breuil <landry at openbsd.org>  2012-09-17 12:30:45 PST ---
(In reply to comment #5)
> Looks like Linux has a fix for this, might be worth considering whether this would work for BSD too.  See https://bugs.webkit.org/show_bug.cgi?id=65766

As i said on that bug report, there's no way for us to allocate memory without actually having it reserved/written by the OS. So that 'fix' won't apply (at least on OpenBSD, dunno for the others). We have a low ulimit -m to 512Mb by default on purpose, so maybe only OpenBSD is affected by that problem because of that 1Gb allocation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list