user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 1/6] doc: technical/memory: add note about mwrap-perl
  2023-03-09 19:28  7% [PATCH 0/6] various doc updates Eric Wong
@ 2023-03-09 19:28  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2023-03-09 19:28 UTC (permalink / raw)
  To: meta

It's already fixed memory usage problems not only in our codebase,
but also the standard `Encode' XS module and `git pack-objects'.
---
 Documentation/technical/memory.txt | 6 ++++++
 1 file changed, 6 insertions(+)

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

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/6] various doc updates
@ 2023-03-09 19:28  7% Eric Wong
  2023-03-09 19:28  7% ` [PATCH 1/6] doc: technical/memory: add note about mwrap-perl Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2023-03-09 19:28 UTC (permalink / raw)
  To: meta

Something to distract me while waiting on codesearch indexing
slowness...

Eric Wong (6):
  doc: technical/memory: add note about mwrap-perl
  doc: technical/ds: update blurb to note more daemons
  doc: technical: document weird stuff in our codebase
  doc: lei import: add hints about nntp.* and imap.* config options
  doc: lei config: update with --edit and --list examples
  doc: 2.0.0 release notes update

 Documentation/RelNotes/v2.0.0.wip       | 28 +++++++++++++++++++++---
 Documentation/lei-config.pod            | 29 +++++++++++++++++++++++--
 Documentation/lei-import.pod            |  7 +++++-
 Documentation/technical/ds.txt          | 13 +++++++----
 Documentation/technical/memory.txt      |  6 +++++
 Documentation/technical/weird-stuff.txt | 22 +++++++++++++++++++
 MANIFEST                                |  1 +
 7 files changed, 96 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/technical/weird-stuff.txt

^ permalink raw reply	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-03-09 19:28  7% [PATCH 0/6] various doc updates Eric Wong
2023-03-09 19:28  7% ` [PATCH 1/6] doc: technical/memory: add note about mwrap-perl Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).