Pavel JanĂk [ARCHIVE] on Nostr: đź“… Original date posted:2015-10-14 📝 Original message:> I just noticed that ...
đź“… Original date posted:2015-10-14
📝 Original message:> I just noticed that several of my running bitcoind processes were using around 3+ GB of RAM, even though the mempool itself seemed to be under control.
>
> XXXX at prime:~/bin$ ./bitcoin-cli getmempoolinfo
> {
> "size" : 1896,
> "bytes" : 37341328
> }
>
> [total memory usage not shown -- I restarted bitcoind as soon as I noticed, and didn't copy it down from top]
The newer versions contain much more accurate reporting of memorypool usage that reflect the real memory usage:
{
"size": 58536,
"bytes": 770044257,
"usage": 1652554832
}
See PR #6410 (Implement accurate memory accounting for mempool).
--
Pavel JanĂk
Published at
2023-06-07 17:43:17Event JSON
{
"id": "52d90f4fb29b76b2b7176699acff359f8beef1b0854c328731c15d80312a5e3f",
"pubkey": "d2fc92ecd9d7550ff504a6cac34209a57de565581b702092d5c17d367f2bcbae",
"created_at": 1686159797,
"kind": 1,
"tags": [
[
"e",
"257c60cbd2c94bcbc1af242f96780d9665ec0aa19ec5454bed0371ff096c7c39",
"",
"root"
],
[
"e",
"abe449d7d80c0a1f5b2e6de2f2cb7fc01a15487bdf6a9255332eff4e4c65a96f",
"",
"reply"
],
[
"p",
"33228a8ed797b24e872fc0257c1515fc9bca74c0b230dcbb7d3d2bd38fd97ed7"
]
],
"content": "đź“… Original date posted:2015-10-14\n📝 Original message:\u003e I just noticed that several of my running bitcoind processes were using around 3+ GB of RAM, even though the mempool itself seemed to be under control.\n\u003e \n\u003e XXXX at prime:~/bin$ ./bitcoin-cli getmempoolinfo\n\u003e {\n\u003e \"size\" : 1896,\n\u003e \"bytes\" : 37341328\n\u003e }\n\u003e \n\u003e [total memory usage not shown -- I restarted bitcoind as soon as I noticed, and didn't copy it down from top]\n\nThe newer versions contain much more accurate reporting of memorypool usage that reflect the real memory usage:\n\n{\n \"size\": 58536,\n \"bytes\": 770044257,\n \"usage\": 1652554832\n}\n\nSee PR #6410 (Implement accurate memory accounting for mempool).\n-- \nPavel JanĂk",
"sig": "8fb64eff4f2e63ecd267b2e3df34b3b369182f3656a6ad844e5500a00c7c6f82f1a8e9043958ef8dfa28f747ff1672b96d15006434357daa4591d105d7d5a811"
}