Endpoint Agents on Ubuntu platform are showing growth in memory usage.
Suported Linux environments for DLP Endpoint
For RHEL and Ubuntu platforms, we have observed an overall growth in USS/RSS memory parameters of edpa process was around 800MB for a longevity run with duration of a week.
This memory issue is not due to a memory leak or a memory growth in product code. Rather, it is due to glibc's memory management implementation, which behaves not unlike a JVM. A chunk of heap memory that has been freed by the application is not reclaimed by the OS. Rather, it goes back to one of the heaps of the process to potentially be reused for future malloc requests.