Giter VIP home page Giter VIP logo

Comments (6)

mzumsande avatar mzumsande commented on June 18, 2024 1

I could not reproduce an OOM, although I did observe resource usage increasing a little before eventually plateauing.

I see the same kind of behavior with Ubuntu with REST, the memory usage saturates after a few calls. So it looks like the same issue as in #25229 - at least for me.

from bitcoin.

maflcko avatar maflcko commented on June 18, 2024 1

Did the same check with

valgrind --tool=massif ./src/bitcoind &
while sleep 3; do ./src/bitcoin-cli getblock 00000000000000000002a7c4c1e48d76c5a37902165a270156b7a8d72728a054 2  ; done

...

massif-visualizer ./massif.out.1234

out

from bitcoin.

maflcko avatar maflcko commented on June 18, 2024

Is this a duplicate of #25229 (comment) ?

from bitcoin.

maflcko avatar maflcko commented on June 18, 2024

Related #24542 ?

from bitcoin.

willcl-ark avatar willcl-ark commented on June 18, 2024

I could not reproduce an OOM, although I did observe resource usage increasing a little before eventually plateauing.

I measured resident set size using python's psutil module, whilst making 2500 REST requests for random blocks in the blockchain between block 0 and 842460. The node was in blocksonly mode, and had no peer connections.

core-rest-5000

I haven't investigated any deeper than this yet.

from bitcoin.

maflcko avatar maflcko commented on June 18, 2024

Closing for now, as duplicate

from bitcoin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.