about summary refs log tree commit homepage
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-05-14 06:38:06 +0000
committerEric Wong <e@80x24.org>2024-05-14 22:08:14 +0000
commitc372f2c24d64435c303024f103aac99e37ffb0b4 (patch)
treee25a75cf641a83660bb2eec27f4b91df00e33054 /Documentation/RelNotes
parent43f890ecda3e1e7d8c55c8a9173d1c430339bcd8 (diff)
downloadpublic-inbox-master.tar.gz
My 32-bit server seems less happy with jemalloc; likely since
munmap is creating holes and it's not using sbrk by default.
jemalloc seems to need large VM space (not actual memory)
to work well, and that isn't a possibility for constrained
32-bit systems.
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/v2.0.0.wip2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/v2.0.0.wip b/Documentation/RelNotes/v2.0.0.wip
index 794d7956..f04d8144 100644
--- a/Documentation/RelNotes/v2.0.0.wip
+++ b/Documentation/RelNotes/v2.0.0.wip
@@ -56,7 +56,7 @@ treewide
 
   * for daemons serving public traffic, MALLOC_MMAP_THRESHOLD_=131072 is
     recommended to reduce fragmentation in glibc malloc, while jemalloc
-    (tested as an LD_PRELOAD) is another option.
+    (tested as an LD_PRELOAD) is another option (at least for 64-bit).
 
 PublicInbox::WWW