diff --git a/docs/config_file_description/README.md b/docs/config_file_description/README.md index f5402d4a..edab579d 100644 --- a/docs/config_file_description/README.md +++ b/docs/config_file_description/README.md @@ -254,6 +254,12 @@ to request Anti-bot Challenge again # intensity level for file operations. Can be set from 1 to 7, default is 2 ram: 1024 # intensity level for RAM consumption. The default value is 1024 +user_scan_cpu: 2 +# intensity level for CPU consumption. Can be set from 1 to 7, default is 2.

This option is for scans initiated by end-users. More at How to enable scan for end-users?

Note: The global/admin resource limits (cpu, io, ram without the user_scan_ prefix) can also be controlled through UI.



+user_scan_io: 2 +# intensity level for file operations for scans initiated by end-users. Can be set from 1 to 7, default is 2 +user_scan_ram: 1024 +# intensity level for RAM consumption for scans initiated by end-users. The default value is 1024 MALWARE_SCAN_SCHEDULE: day_of_month: <next day after installation>