Setting the number of scanning streams
Setting the number of scanning streams
July 4, 2024
ID 60659
The number of scanning streams is set to enable you to correctly balance the load on the mail server processors.
To set the number of scanning streams:
- Export the
ScanLogic
task settings to an XML file using the command:# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
ScanLogic taskID> -f <
name of the settings file>
or--get-settings ScanLogic -n -f <
name of the settings file>
- Open the XML file of the
ScanLogic
task to edit the task settings. - In the <
scanThreads
> section, change the number of scan threads. The default number of scan threads is eight. - Save the changes made.
- Import the ScanLogic task settings from an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <ScanLogic task ID> -f <settings file name>
or--set-settings ScanLogic -n -f <settings file name>