fkie-cad / fact_extractor

Standalone Utility for FACT-like extraction
GNU General Public License v3.0
80 stars 31 forks source link

limit number of openable files #131

Closed ElDavoo closed 2 months ago

ElDavoo commented 3 months ago

Unlimited (e.g. 2**30) ulimit "nofile" will cause slow performance with programs that iterate all possible file descriptor, like fakeroot. Let extract.py spawn the container with a sane default ulimit, overriding host's limit, and let the container itself warn if it was started with unsane limits.

Fixes #126

dorpvom commented 2 months ago

Could you still merge fkie-cad:master into this branch again? This would allow the CI to pass as well.

ElDavoo commented 2 months ago

done