Coder Social home page Coder Social logo

Possible memory leak about protoactor-go HOT 5 OPEN

waeljammal avatar waeljammal commented on September 25, 2024
Possible memory leak

from protoactor-go.

Comments (5)

rogeralsing avatar rogeralsing commented on September 25, 2024

By the looks of it from the screenshots,
It seems like the Future processes are not cleared out from the local ProcessRegistry.

One thing that caught my eye is this line:
clusterConfig.RequestTimeoutTime = time.Second * 30

Does it look the same if you set that to say 5 seconds? does it flatten out earlier then?

One possible issue could be that futures are not cleared until the timeout expires, even if completed successfully.
I´m not saying this is the case, but if we have such a bug, then it would likely manifest this way.

Another possibility might be if the ConcurrentMap do keep the already allocated size even when entries are removed.

We will have to look deeper into all this.
Any more data from your side would be much appreciated.

from protoactor-go.

lrweck avatar lrweck commented on September 25, 2024

I've seen the same behaviour. From what I could gather, it is the second option (ConcurrentMap keeps already allocated size and does not decrease).

from protoactor-go.

waeljammal avatar waeljammal commented on September 25, 2024

Hi, sorry for the late response, I've been away. I'll give your recommendation a try but seems Irweck thinks this might have something to do with ConcurrentMap but I'll give it a shit either way and report back.

from protoactor-go.

waeljammal avatar waeljammal commented on September 25, 2024

It still happens after reducing the RequestTimeoutTime to 5 seconds, memory usage keeps going up same as before.

from protoactor-go.

lrweck avatar lrweck commented on September 25, 2024

@rogeralsing have you had the time to check if the memory increase is indeed from ConcurrentMap?

from protoactor-go.

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.