getmempoolinfo returns incorrect data #9685

issue vayvanne opened this issue on February 4, 2017
  1. vayvanne commented at 3:35 AM on February 4, 2017: none
    C:\Program Files\bitcoin>0.13.2\bin\bitcoin-cli getmempoolinfo
    {
      "size": 0,
      "bytes": 0,
      "usage": -72057594037927840,
      "maxmempool": 256000000,
      "mempoolminfee": 0.08850557
    }
    

    This is after a few days of running. It was ok after the start for decent period of time. Never seen this on 0.13.0.

  2. fanquake added the label RPC/REST/ZMQ on Feb 5, 2017
  3. jnewbery commented at 3:53 PM on May 18, 2017: member

    @vayvanne can you provide some more details:

    What version of bitcoin-core are you using?

    List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

    Machine specs:

    • OS:
    • CPU:
    • RAM:
    • Disk size:
    • Disk Type (HD/SDD):

    Any extra information that might be useful in the debugging process.

    This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

    Thanks!

  4. vayvanne commented at 4:02 PM on May 18, 2017: none

    Hi, That was windows 7 x64 laptop with 6 Gb RAM and HDD running bitcoin core v. 0.13.1. I have upgraded to 0.14.1 already. Now it works all right except I see: C:\>"%programfiles%\bitcoin\0.14.1\bin\bitcoin-cli" getmempoolinfo { "size": 164667, "bytes": 98544263, "usage": 299935536, "maxmempool": 300000000, "mempoolminfee": 0.00051578 } I use default maxmempool which is increased to 450MB in 0.14.1. But I still see 300MB.

  5. jnewbery commented at 4:07 PM on May 18, 2017: member

    I use default maxmempool which is increased to 450MB in 0.14.1. But I still see 300MB.

    I believe DEFAULT_MAX_MEMPOOL_SIZE is still 300 in v0.14.1. What makes you think it's changed to 450?

  6. vayvanne commented at 4:32 PM on May 18, 2017: none

    https://bitcoin.org/en/release/v0.14.1

    The default -dbcache has also been changed in this release to 450MiB

  7. sipa commented at 5:41 PM on May 18, 2017: member

    The default dbcache size was increased to 450 MB. The default mempool size is still at 300 MB.

  8. vayvanne commented at 5:58 PM on May 18, 2017: none

    O, sorry, my bad... confused with borrowing from mempool for dbcache... Unfortunately can't rollback to 0.13.1 to reproduce initial issue again. Thank you.

  9. vayvanne closed this on May 18, 2017

  10. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me