hawk-eye icon indicating copy to clipboard operation
hawk-eye copied to clipboard

Memory leakage / management

Open CountyWorker opened this issue 7 months ago • 1 comments

Hi!

Running hawk_process on a Linux system scanning random local files eats up a lot of memory until the terminal process kills the hawk_scanner process. Sometimes the system freezes.

Nevertheless, a great program! Thanks!

CountyWorker avatar Apr 23 '25 11:04 CountyWorker

Hi @CountyWorker,

We recommend using blacklist approach to exclude file extensions which you don't want to consider, you can find a reference here - https://github.com/rohitcoder/hawk-eye/blob/7126fc45635def7d0706f62d203d2d869d40297b/connection.yml.sample#L108

if you give it an entire folder to scan without having a exclude_patterns it will scan everything.

rohitcoder avatar Apr 24 '25 19:04 rohitcoder

Thanks, will do that.

CountyWorker avatar May 01 '25 10:05 CountyWorker