Database node operating system memory

1
Hi,   Is anyone know how memory can be freed? What causes the memory to be permanently full?, even when the application is not in use.   Our application became very slow.   Thanks
asked
2 answers
0

Hi, 

 

There can be a few reasons for something to consume all your memory, I would suggest you start with the logs to see if any process is running and throwing errors. What is likely the case is that one of your microflows is running and creating objects in a loop but never completes the loop thus using all the memory.

 

This case is not easy to find if your logs dont help, so proper investigation will be needed.

 

answered
0

Hi Rick,

 

I’ve looked at ‘Running now’ tab under ‘Metrics’ section, and I don’t see any running microflows when there are no logged in users

answered