user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: Eric Wong <e@yhbt.net>
Cc: meta@public-inbox.org
Subject: Re: how's memory use? May 2020 edition
Date: Thu, 14 May 2020 16:57:48 -0400	[thread overview]
Message-ID: <20200514205748.nsdv444ft4oqndqh@chatter.i7.local> (raw)
In-Reply-To: <20200512083734.GA13688@dcvr>

On Tue, May 12, 2020 at 08:37:34AM +0000, Eric Wong wrote:
> Hey all, if possible; I'd like to know the memory use of your
> daemons (particularly -httpd), relevant pmap(1) (or equivalent)
> output, and version of public-inbox in use.

This is on lore.kernel.org. We upgraded to 1.5.0 yesterday, so this is 
only after a day of running, but this usually covers a lot of traffic.
We run with -W4, hence 4 different outputs:

# pgrep -f public-inbox-httpd | xargs pmap | grep anon
0000000002093000  23568K rw---   [ anon ]
00007f981c6dc000     84K rw---   [ anon ]
00007f981d2c5000      4K rw---   [ anon ]
00007f982802f000     20K rw---   [ anon ]
00007f982824c000     16K rw---   [ anon ]
00007f982865c000    184K rw---   [ anon ]
00007f9828da8000      8K rw---   [ anon ]
00007f9828fc2000      8K rw---   [ anon ]
00007f9829351000      4K rw---   [ anon ]
00007f982953f000    160K rw---   [ anon ]
00007f9829572000      4K rw---   [ anon ]
00007f9829575000      4K rw---   [ anon ]
00007fffddbe2000      8K r-x--   [ anon ]
ffffffffff600000      4K r-x--   [ anon ]
0000000002093000  23568K rw---   [ anon ]
0000000003797000 235060K rw---   [ anon ]
00007f981a8fd000   2736K rw---   [ anon ]
00007f981c6dc000     84K rw---   [ anon ]
00007f981d2c5000      4K rw---   [ anon ]
00007f982802f000     20K rw---   [ anon ]
00007f982824c000     16K rw---   [ anon ]
00007f982865c000    184K rw---   [ anon ]
00007f9828da8000      8K rw---   [ anon ]
00007f9828fc2000      8K rw---   [ anon ]
00007f9829351000      4K rw---   [ anon ]
00007f982953f000    160K rw---   [ anon ]
00007f9829572000      4K rw---   [ anon ]
00007f9829575000      4K rw---   [ anon ]
00007fffddbe2000      8K r-x--   [ anon ]
ffffffffff600000      4K r-x--   [ anon ]
0000000002093000  23568K rw---   [ anon ]
0000000003797000 216568K rw---   [ anon ]
00007f98196cc000   4724K rw---   [ anon ]
00007f9819b69000   4876K rw---   [ anon ]
00007f981a02c000   2736K rw---   [ anon ]
00007f981aeb5000   3496K rw---   [ anon ]
00007f981b350000   1628K rw---   [ anon ]
00007f981c6dc000     84K rw---   [ anon ]
00007f981d2c5000      4K rw---   [ anon ]
00007f982802f000     20K rw---   [ anon ]
00007f982824c000     16K rw---   [ anon ]
00007f982865c000    184K rw---   [ anon ]
00007f9828da8000      8K rw---   [ anon ]
00007f9828fc2000      8K rw---   [ anon ]
00007f9829351000      4K rw---   [ anon ]
00007f982953f000    160K rw---   [ anon ]
00007f9829572000      4K rw---   [ anon ]
00007f9829575000      4K rw---   [ anon ]
00007fffddbe2000      8K r-x--   [ anon ]
ffffffffff600000      4K r-x--   [ anon ]
0000000002093000  23568K rw---   [ anon ]
0000000003797000 241724K rw---   [ anon ]
00007f981a8e2000   2736K rw---   [ anon ]
00007f981b16f000   1964K rw---   [ anon ]
00007f981b35a000   1300K rw---   [ anon ]
00007f981c6dc000     84K rw---   [ anon ]
00007f981d2c5000      4K rw---   [ anon ]
00007f982802f000     20K rw---   [ anon ]
00007f982824c000     16K rw---   [ anon ]
00007f982865c000    184K rw---   [ anon ]
00007f9828da8000      8K rw---   [ anon ]
00007f9828fc2000      8K rw---   [ anon ]
00007f9829351000      4K rw---   [ anon ]
00007f982953f000    160K rw---   [ anon ]
00007f9829572000      4K rw---   [ anon ]
00007f9829575000      4K rw---   [ anon ]
00007fffddbe2000      8K r-x--   [ anon ]
ffffffffff600000      4K r-x--   [ anon ]
0000000002093000  23568K rw---   [ anon ]
0000000003797000 202632K rw---   [ anon ]
00007f981c6dc000     84K rw---   [ anon ]
00007f981d2c5000      4K rw---   [ anon ]
00007f982802f000     20K rw---   [ anon ]
00007f982824c000     16K rw---   [ anon ]
00007f982865c000    184K rw---   [ anon ]
00007f9828da8000      8K rw---   [ anon ]
00007f9828fc2000      8K rw---   [ anon ]
00007f9829351000      4K rw---   [ anon ]
00007f982953f000    160K rw---   [ anon ]
00007f9829572000      4K rw---   [ anon ]
00007f9829575000      4K rw---   [ anon ]
00007fffddbe2000      8K r-x--   [ anon ]
ffffffffff600000      4K r-x--   [ anon ]

Best,
-K

  reply	other threads:[~2020-05-14 20:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12  8:37 how's memory use? May 2020 edition Eric Wong
2020-05-14 20:57 ` Konstantin Ryabitsev [this message]
2020-05-15  5:23   ` Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200514205748.nsdv444ft4oqndqh@chatter.i7.local \
    --to=konstantin@linuxfoundation.org \
    --cc=e@yhbt.net \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).