[DragonFlyBSD - Bug #2489] nmalloc doesn't cache VA for allocations > 8KB
Venkatesh Srinivas via Redmine
bugtracker-admin at leaf.dragonflybsd.org
Tue Jan 15 17:00:42 PST 2013
Issue #2489 has been reported by vsrinivas.
----------------------------------------
Bug #2489: nmalloc doesn't cache VA for allocations > 8KB
http://bugs.dragonflybsd.org/issues/2489
Author: vsrinivas
Status: New
Priority: Normal
Assignee:
Category:
Target version:
Recently x86-64's default C library allocator was switched back to nmalloc
from dmalloc for fragmentation concerns exposed by xulrunner. nmalloc doesn't
cache address space in userland for buffers larger than 8KB, which mean
hitting mmap allocations for any of those requests. Some limited form of
VA caching should improve performance in general and mitigate some-to-all
of the performance hit going back from dmalloc to nmalloc.
-- vs;
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list