Coder Social home page Coder Social logo

Comments (6)

alessbell avatar alessbell commented on May 30, 2024 1

Thanks for opening this issue @hehaijin, and I'm sorry you're facing this. Please feel free to open that PR - we're working on a few different things as a team but a memory leak like this is something we'll prioritize as soon as possible. Thanks!

from apollo-client-devtools.

hehaijin avatar hehaijin commented on May 30, 2024

posting screen shots here.
the memory tab
memory

from apollo-client-devtools.

hehaijin avatar hehaijin commented on May 30, 2024

the memory snapshot showing promises occupy most of the space.
promise

and inside promise it's most the client data.
clientdata

from apollo-client-devtools.

hehaijin avatar hehaijin commented on May 30, 2024

The extension has been un-usable for us for a while so
I did some digging and it seems related to this async function

async function getClientData() {
    if (panelWindow) {
      panelWindow.send({
        type: "update",
        payload: await rpcClient.request("getClientOperations"),
      });
    }
  }

not sure why it would affect Garbage collection.
but the result seems that every time the client data is copied to extension,
it would be not get GCed. and since the data is copied every 0.5s,
it would quickly exhaust memory.

from apollo-client-devtools.

hehaijin avatar hehaijin commented on May 30, 2024

Made some local changes and seems the issue goes away.
would be happy to make a Pull request to fix this.

from apollo-client-devtools.

github-actions avatar github-actions commented on May 30, 2024

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.

from apollo-client-devtools.

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.