How to increase filemax at daily cron on cxs

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
Post Reply
drizion
Junior Member
Posts: 2
Joined: 12 Apr 2020, 10:18

How to increase filemax at daily cron on cxs

Post 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
?
Sergio
Junior Member
Posts: 1739
Joined: 12 Dec 2006, 14:56

Re: How to increase filemax at daily cron on cxs

Post by Sergio »

Check cxs Command Wizard under CXS configuration, in there you can change that option.

Sergio
Post Reply