Double Take memory usage experiences #130
Replies: 4 comments
-
|
Interesting. can you run api/server with "trace-gc" node argument ( |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, not all that familiar with nodemon, should I just shell into the running container, kill the As a side point, I have noted that even though the Linux OOM monitor has killed the Would you object to adding
...which would mean DT actually gets restarted if there's an issue in the container. I'd mor e normally suggest |
Beta Was this translation helpful? Give feedback.
-
You can use curl for this, which is already installed in the container and is a more suitable utility for this task |
Beta Was this translation helpful? Give feedback.
-
|
If I attach to the container and run curl, I get |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have any stats around memory usage for their Double Take instance?
I've been running the jakowenko build set to 512MB hard limit for some time. More recently I moved to this build and have had a number of OOM killer instances at 512MB. I'm familiar with debugging Java memory usage but not Node so before trying to look into this and see where the memory is going, I was interested in seeing if others are tending to allocate more resources? I didn't see any guidance or previous discussion on memory usage.
For the time being I've doubled memory limit to 1GB and will see what happens - for now usage seems to have settled on around 600MB.
Linux OOM killer interestingly seems to report in the final line that
total-vm:11712604kB- 11GB - I'm wondering if there's something funny with the /dev/shm side of things...Beta Was this translation helpful? Give feedback.
All reactions