Coder Social home page Coder Social logo

Memory leak? about start HOT 6 CLOSED

lvivski avatar lvivski commented on July 29, 2024
Memory leak?

from start.

Comments (6)

lvivski avatar lvivski commented on July 29, 2024

What do you mean, when you mention iOS? You open a page on it, os start a new server on it? Nevertheless I'll investigate memory leaks

from start.

freewind avatar freewind commented on July 29, 2024

I mention iOS because I checked the memory from "activity monitor"(which is a monitor software on iOS).

I cloned the source code on my macbook, and run the "example/app.dart", so there is a server. Then I use ab -c 30 -n 10000 http://localhost:3000/, the server's memory usage is growing, until it gets "78M" in the end ( won't larger than that), and it will never fall back, even if I use "purge" command to release unused memory.

from start.

freewind avatar freewind commented on July 29, 2024

I forgot to mention, when I use ab to test, sometimes the server refused the connection, and test often failes (can't complete all requests)

from start.

lvivski avatar lvivski commented on July 29, 2024

I think you mean OS X, when you say iOS ('cause iOS is for iPhone and iPad). So in case you do really use OS X you have to know, that the ab bundled with OS X is buggy, so you can't rely on its results. And for Activity Monitor, the server needs more memory when you have more connections (and concurrent connections) and it doesn't release the memory after, it's just how memory management in OS X and dart works, it doesn't release the memory, until it's needed for another process

from start.

lvivski avatar lvivski commented on July 29, 2024

So if memory doesn't go up after some amount, it means that the GC works, and you don't have to worry about it

from start.

freewind avatar freewind commented on July 29, 2024

Thank you for your answer, many thanks !!

I thought mac OS is called iOS, thanks for correct me :)

from start.

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.