Git Product home page Git Product logo

Comments (5)

WyriHaximus avatar WyriHaximus commented on June 22, 2024 1

That is a good one. Haven't thought of that 👍 , will give it a try and report back

from php-meminfo.

BitOne avatar BitOne commented on June 22, 2024

If you have a difference between the 2 files, then there's a bug in phpMeminfo or a bug in the Zen engine.

When you cal gc_collect_cycles(), it triggers the circular collection sooner. But in all cases, the circular collection would have collected the cycles without references.

And as phpMeminfo is built to provide information on memory leak, that is items that have still reference so they cannot be cleaned up from memory, it doesn't make much sense to list items that will be collected and cleanup automatically by the Zend engine.

So there should not be any difference between the two files.

from php-meminfo.

BitOne avatar BitOne commented on June 22, 2024

Maybe if you tell me what you want to know exactly, we could find a real solution for you case ?

from php-meminfo.

WyriHaximus avatar WyriHaximus commented on June 22, 2024

When you cal gc_collect_cycles(), it triggers the circular collection sooner. But in all cases, the circular collection would have collected the cycles without references.

Yeah so I've learned since opening this issue.

And as phpMeminfo is built to provide information on memory leak, that is items that have still reference so they cannot be cleaned up from memory, it doesn't make much sense to list items that will be collected and cleanup automatically by the Zend engine.

So there should not be any difference between the two files.

To find a memory leak I want to see the differences between two or more files. See the exact differences and what items are new or removed between files.

from php-meminfo.

BitOne avatar BitOne commented on June 22, 2024

Hey @WyriHaximus ,

Thanks for your answer!

When I need to do that, I usually used the summary analyzer and the diff command to see which kind of objects leaked the most. But it's maybe not precise enough for your use case.

As we are using JSON files, maybe you can try some generic JSON tools, like jd: https://github.com/josephburnett/jd#command-line-usage

It's capable of diffing two different json files.

Don't hesitate to share your experience with it, it may help others, and we could add a section in the documentation about it, if it's worth it.

from php-meminfo.

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.