Excessive RAM Usage
The service: 9791040f-bb05-47e7-9038-a87b17a718c8 in the project b47e6194-68ff-404a-8f0f-357a45943cf6 uses upwards of 50 ~ 80 more additional MB of RAM than usual.
is it the added cost of the container ?
Solution:Jump to solution
The service: 9791040f-bb05-47e7-9038-a87b17a718c8 in the project b47e6194-68ff-404a-8f0f-357a45943cf6 uses upwards of 50 ~ 80 more additional MB of RAM than usual.
is it the added cost of the container ?...
9 Replies
Project ID:
9791040f-bb05-47e7-9038-a87b17a718c8,b47e6194-68ff-404a-8f0f-357a45943cf6
that would just simply be your app using more ram
my app is using 80mb of ram but the entire service is using 120 to 150 mb of ram
your app is using 120 to 150 mb of ram
I'm pretty sure it's 80 MB of ram. on my dev machine as well as within the system it self it's indicating 80 MB
does the container OS + app use 120 Mb of ram ?
can i at least open the container and see what is using what ?
you can not ssh into the container
in my experience app memory usage is pretty close to the memory usage reported by the memory metrics, the max differential from local memory usage I've ever seen was 15mb
well it's 50 MB for me now
i will look into my app once again
and make absolutely sure that what is the correct RAM usage and comeback to you
thanks @Brody for your time
no problem
coming back to you @Brody it seemed that the app is behaving differently than expected for some reason the Resident Set Size is 3 times the total Heap.
maybe a memory leak, or Node Js is just that bad either way. Thank you I will keep on looking and if there is any update I will come back to you.