summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-02-13 18:56:17 (GMT)
committerJason Evans <je@fb.com>2012-02-13 18:56:17 (GMT)
commit4162627757889ea999264c2ddbc3c354768774e2 (patch)
treec0a4528bb29b5eb1b305bad15c13b248429041e3 /INSTALL
parentfd56043c53f1cd1335ae6d1c0ee86cc0fbb9f12e (diff)
downloadjemalloc-4162627757889ea999264c2ddbc3c354768774e2.zip
jemalloc-4162627757889ea999264c2ddbc3c354768774e2.tar.gz
jemalloc-4162627757889ea999264c2ddbc3c354768774e2.tar.bz2
Remove the swap feature.
Remove the swap feature, which enabled per application swap files. In practice this feature has not proven itself useful to users.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 2a1e469..fa32d05 100644
--- a/INSTALL
+++ b/INSTALL
@@ -102,11 +102,6 @@ any of the following arguments (not a definitive list) to 'configure':
released in bulk, thus reducing the total number of mutex operations. See
the "opt.tcache" option for usage details.
---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).