Re: [Aide] AIDE memory leak [Re: AIDE performance problems]

2015-04-12 Thread Rami Lehti
aide --init constructs a tree datastructure in memory that contains all information about all files. This can take quite a bit of memory. One solution would be to write the database lines out as they are ready and free memory as soon as the lines are written. Kind regards, Rami Lehti 12.

Re: [Aide] AIDE memory leak [Re: AIDE performance problems]

2015-04-11 Thread Richard van den Berg
On 11 apr. 2015, at 01:54, Paul Hessels p...@hessels.ca wrote: Okay, valgrind is done. It didn't report any memory leaks. What is the size of the largest file you are running aide on? It really shouldn't be using 12GB of RAM. Kind regards, Richard

Re: [Aide] AIDE memory leak [Re: AIDE performance problems]

2015-04-11 Thread Paul Hessels
It looks like the largest file is 102G. That file doesn't show up until about half way through the scan and it doesn't appear to have a huge impact on the memory based on the graphs. On Sat, Apr 11, 2015 at 7:02 AM, Richard van den Berg rich...@vdberg.org wrote: On 11 apr. 2015, at 01:54, Paul