about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-03-09 19:28:37 +0000
committerEric Wong <e@80x24.org>2023-03-10 01:12:23 +0000
commit3cf59a6d3451b4fa710e552e9bef8b04542ab895 (patch)
tree55ef096479dab8b8c54bc07676dc5b9bb90dfaad /Documentation
parentb34cdf2c58754bf620badbaf30f5cecb0c11905c (diff)
downloadpublic-inbox-3cf59a6d3451b4fa710e552e9bef8b04542ab895.tar.gz
It's already fixed memory usage problems not only in our codebase,
but also the standard `Encode' XS module and `git pack-objects'.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/memory.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/technical/memory.txt b/Documentation/technical/memory.txt
index ea7fb7b7..a35b2c73 100644
--- a/Documentation/technical/memory.txt
+++ b/Documentation/technical/memory.txt
@@ -48,3 +48,9 @@ In the future, our internal data model will be further
 flattened and simplified to reduce the overhead imposed by
 small objects.  Large allocations may also be avoided by
 optionally using Inline::C.
+
+Finally, the mwrap-perl LD_PRELOAD wrapper was ported to Perl 5
+and enhanced to provide live memory usage tracking on 64-bit systems
+with minimal performance impact on production traffic:
+
+        git clone https://80x24.org/mwrap-perl.git