diff options
author | Jason Evans <jasone@canonware.com> | 2010-01-24 10:53:40 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-01-24 10:53:40 (GMT) |
commit | 4201af05425b69ee37ffca437aca0cdd604d1e51 (patch) | |
tree | 270d988166787e58cb97a7f9e0e998b4d303bbcf /jemalloc/INSTALL | |
parent | ed1bf457fb90322d5a9fe9c78540cd8649b6b913 (diff) | |
download | jemalloc-4201af05425b69ee37ffca437aca0cdd604d1e51.zip jemalloc-4201af05425b69ee37ffca437aca0cdd604d1e51.tar.gz jemalloc-4201af05425b69ee37ffca437aca0cdd604d1e51.tar.bz2 |
Add the --enable-swap configure option.
Add malloc_swap_enable().
Add the O/o JEMALLOC_OPTIONS flags, which control memory overcommit.
Fix mapped memory stats reporting for arenas.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index 8d94e17..66c0c74 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -56,6 +56,11 @@ any of the following arguments (not a definitive list) to 'configure': cached and released in bulk, thus reducing the total number of mutex operations. Use the 'H' and 'G' options to control thread-specific caching. +--enable-swap + Enable mmap()ed swap file support. When this feature is built in, it is + possible to specify one or more files that act as backing store. This + effectively allows for per application swap files. + --enable-dss Enable support for page allocation/deallocation via sbrk(2), in addition to mmap(2). |