In the Wiki it states:
On my i7 system with 16GB of RAM this is indeed the case. I am running a background "delete when disk full" filter and using OPT_FAST_DELETE; when zmaudit kicks in and starts deleting image files from the disk, I get sporadic "buffer overrun" messages in the log. All 8 cores typically run at no more than 50% utilization, so CPU is not an issue. However, according to the output from iotop, the bottleneck is I/O bandwidth: during the periods when the buffer overruns occur I see the "rm" command using up 99% of the I/O bandwidth. The zma daemons end up having to wait for disk I/O, which slows them down so that they cannot process incoming frames quickly enough, leading to the overruns. So now I'm starting to play around with ionice to try to lower the I/O scheduling priority of the "rm" commands that zmaudit.pl issues. Is there anything else I should try? For those of you who have solved this problem, what worked for you? Is there a standard solution to this problem that I have somehow missed?the process of scanning the database and file system may take a long time and impact performance.