The av full-scan-mode max-file-number command sets the maximum number of files that can be detected concurrently by the IAE on each CPU in full-text scanning mode.
The av full-scan-mode max-file-size command sets the maximum size of a single file detected by the IAE in full-text scanning mode.
The undo av full-scan-mode max-file-number command restores the default value of the maximum number of files that can be detected concurrently by the IAE on each CPU in full-text scanning mode.
The undo av full-scan-mode max-file-size command restores the default value of the maximum size of a single file detected by the IAE in full-text scanning mode.
av full-scan-mode { max-file-number max-file-number | max-file-size max-file-size }
undo av full-scan-mode { max-file-number | max-file-size }
| Parameter | Description | Value |
|---|---|---|
max-file-number |
Specifies the maximum number of files that can be detected concurrently by the IAE on each CPU in full-text scanning mode. |
The value is an integer ranging from 10 to 1000. The default value varies with the device model.
|
max-file-size |
Specifies the maximum size of a single file detected by the IAE in full-text scanning mode. |
The value is an integer ranging from 1 to 51200, in KB. The default value is 10240 KB. |
Antivirus supports two virus scan modes: full-text scanning and quick scanning. When run the av scan-mode full command to set the antivirus scan mode is full-text scanning, you can run the av full-scan-mode max-file-number command to set the maximum number of files that can be detected concurrently by the IAE on each CPU in full-text scanning mode. When the device supports IAE running on multiple CPUs, the maximum number of files detected concurrently by the device is equal to the value of max-file-number multiplied by the number of CPUs. If the number of files to be concurrently detected by the device exceeds the maximum value, the excess files will not be detected. You can run the av full-scan-mode max-file-size command to set the maximum size of a single file detected by the IAE in full-text scanning mode. If the size of a file to be detected exceeds the maximum size, the file will not be detected.
# Set the maximum number of files that can be detected concurrently by the IAE on each CPU in full-text scanning mode to 100.
<sysname> system-view [sysname] av full-scan-mode max-file-number 100
# Set the maximum size of a single file detected by the IAE in full-text scanning mode to 5120 KB.
<sysname> system-view [sysname] av full-scan-mode max-file-size 5120