I noticed that memory usage is constantly growing when "Check and auto-deploy updates" option is enabled for a GIT deployment.
Web service didn't receive any incoming requests during the test. I checked memory consumption through SSH using the following command: ps aux --sort -rss | head -n15
. Supervisor and node was biggest consumers (30Mb each), but their memory consumption didn't change at the beginning and end of the test. This means my app doesn't consume more memory, but Jelastic reports memory consumption increased.
Memory consumption grows at about 80Mb every 25 minutes with 1 minute check intervals. It seems traffic stops growing and stays stable at around 400Mb.
Is there something I can do to solve the problem?
Jelastic version is 5.7.3