diff options
author | Jason Evans <jasone@canonware.com> | 2009-12-29 08:09:15 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2009-12-29 08:09:15 (GMT) |
commit | 3ee7a5c5b0abe610fa6a9b3b8ad0a5e8e99312d4 (patch) | |
tree | 585391aeefccbecefa6c85fc199414f81f86d4b0 /jemalloc/INSTALL | |
parent | 569432cffd6e375aafd60b741dc76897a06682cd (diff) | |
download | jemalloc-3ee7a5c5b0abe610fa6a9b3b8ad0a5e8e99312d4.zip jemalloc-3ee7a5c5b0abe610fa6a9b3b8ad0a5e8e99312d4.tar.gz jemalloc-3ee7a5c5b0abe610fa6a9b3b8ad0a5e8e99312d4.tar.bz2 |
Remove the dynamic rebalancing code, since magazines reduce its utility.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index 0572039..a7841f5 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -51,9 +51,6 @@ any of the following arguments (not a definitive list) to 'configure': cached and released in bulk using "magazines" -- a term coined by the developers of Solaris's umem allocator. ---disable-balance - Disable dynamic rebalancing of thread-->arena assignments. - --enable-dss Enable support for page allocation/deallocation via sbrk(2), in addition to mmap(2). |