Page 1 of 1

How to increase filemax at daily cron on cxs

Posted: 30 Mar 2025, 22:43
by drizion
Hi currently the daily cron is

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
but I get every day the notification

Code: Select all

Skipped - too many resources: 10033 ( > filemax=10000)
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) [b]--filemax 20000[/b] --options mMOLfuSGchexdnwZRrD
?

Re: How to increase filemax at daily cron on cxs

Posted: 02 Apr 2025, 16:57
by Sergio
Check cxs Command Wizard under CXS configuration, in there you can change that option.

Sergio