summaryrefslogtreecommitdiffstats
path: root/jemalloc/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2009-12-29 08:09:15 (GMT)
committerJason Evans <jasone@canonware.com>2009-12-29 08:09:15 (GMT)
commit3ee7a5c5b0abe610fa6a9b3b8ad0a5e8e99312d4 (patch)
tree585391aeefccbecefa6c85fc199414f81f86d4b0 /jemalloc/INSTALL
parent569432cffd6e375aafd60b741dc76897a06682cd (diff)
downloadjemalloc-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/INSTALL3
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).