Git Product home page Git Product logo

Comments (2)

jacoscaz avatar jacoscaz commented on June 3, 2024

my laptop appears to have to deal with a large number of memory leaks when it shuts down

Interesting. Does that imply that there's memory that isn't being returned to the OS even after the node process has gone?

For non-trivial memory leaks I suggest testing with jemalloc for a more complete picture of what is going on. It's relatively easy to do so and it's well documented at https://sharp.pixelplumbing.com/install#linux-memory-allocator .

I've already encountered three different cases in entirely different contexts in which RSS memory usage would grow indefinitely, diverging from stable heap memory usage. In one use case, memory appeared to never be returned back to the OS even upon service restarts. Furthermore, this behavior was not consistent across platforms (macOS x86_64 would show the issue and so would linux x86_64, whereas macOS arm64 would be fine).

Perusing through the issues at https://github.com/lovell/sharp/issues?q=is%3Aissue+jemalloc got me on the right track.

Tagging @rubensworks as this might be relevant for Comunica, too.

from asynciterator.

jeswr avatar jeswr commented on June 3, 2024

Similarly I think we should try testing with this too https://facebookincubator.github.io/memlab/docs/intro.

from asynciterator.

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.