Open GoogleCodeExporter opened 9 years ago
YARA uses memory-mapped files. If the scanned file is big your virtual memory
usage will grow a lot, but that doesn't means that your physical memory usage
should be the same, that depends on the available RAM and file size, the
operating system will do it's magic to remove from physical memory the portions
of the file that are not in use.
Process scanning is done in chunks, however the chunks can be big if the target
process have big blocks of contiguous memory allocated. I think there is some
room for improvement here.
Original comment by plus...@gmail.com
on 22 Dec 2011 at 10:06
Original issue reported on code.google.com by
zeroStei...@gmail.com
on 20 Dec 2011 at 6:01