How to increase filemax at daily cron on cxs
Posted: 30 Mar 2025, 22:43
Hi currently the daily cron is
but I get every day the notification
and I'm trying to increase filemax option but I'm not sure how... do I add it as:
?
Code: Select all
/usr/sbin/cxs --report /var/log/cxsreports/scandaily.log --mail root --smtp --quiet --nosummary --www --virusscan --voptions fmMhexT --ctime 25 --all --smtp --mail (emailhere) --options mMOLfuSGchexdnwZRrD
Code: Select all
Skipped - too many resources: 10033 ( > filemax=10000)
Code: Select all
/usr/sbin/cxs --report /var/log/cxsreports/scandaily.log --mail root --smtp --quiet --nosummary --www --virusscan --voptions fmMhexT --ctime 25 --all --smtp --mail (emailhere) [b]--filemax 20000[/b] --options mMOLfuSGchexdnwZRrD