about summary refs log tree commit homepage
path: root/t/edit.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-04-18 19:46:16 +0000
committerEric Wong <e@80x24.org>2024-04-22 09:55:00 +0000
commit488958385c6b8974b8780fb44b91c481e57c2eea (patch)
tree943ccd1de464ccbbc731afa07481060978edc9b8 /t/edit.t
parentd80ce538c826446941576eda5f7363734f94de1f (diff)
downloadpublic-inbox-master.tar.gz
The 131072 byte lower bound was the old default before the
sliding mmap window was introduced in modern glibc malloc.
While the sliding mmap window was intended to be faster by
reducing syscalls, zeroing and kernel overhead, it is also prone
to fragmentation from allocation patterns seen in evented Perl
servers.

Individual allocations over 128K are rare in our codebase since
there aren't many messages this large, making any performance
impact tiny.  Furthermore, the reduction in fragmentation and
memory use will be a speedup for memory-constrained systems
since they can avoid swap and have more leftover for the page
cache.
Diffstat (limited to 't/edit.t')
0 files changed, 0 insertions, 0 deletions