Code Monkey home page Code Monkey logo

Comments (5)

thanhcnn2000 avatar thanhcnn2000 commented on July 24, 2024

I get the same problem that I set -m to 512 but the real resident memory size of the process is (viewed by ps command) increasing time by time after it passes limit 512

from twemcache.

sceoy avatar sceoy commented on July 24, 2024

it is a bug brought by 2.5.2. There is a memory leak when they switch the cas_suffix strategy (bcoz initially it will only alloc memory when return_cas so as free cache, now it will alloc memory any way but the free strategy keep the same). You could use 2.5.1 for a tricky fix. Or change the mc_connection.c and mc_core.c to make it release the suffix cache in all cases.

from twemcache.

thanhcnn2000 avatar thanhcnn2000 commented on July 24, 2024

Thanks you for your supporting us. We are looking forward to next release.

from twemcache.

thinkingfish avatar thinkingfish commented on July 24, 2024

Thanks for pointing out the problem, this bug has been fixed in the 2.5.3 release. Please let us know if you are running into similar problems.

from twemcache.

thinkingfish avatar thinkingfish commented on July 24, 2024

I want to apologize for claiming this being fixed. Apparently it wasn't fixed for all cases and the claim was prematured. Now I've root-caused the bug and tested all cases, a proper fix will come very soon with another release.

from twemcache.

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.