Setting the number of scanning streams

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:

  1. Export the ScanLogic task settings to an XML file using the command:

    # /opt/kaspersky/klms/bin/klms-control \

    --get-settings <ScanLogic task ID> -f <name of the settings file> or

    --get-settings ScanLogic -n -f <name of the settings file>

  2. Open the XML file of the ScanLogic task to edit the task settings.
  3. In the <scanThreads> section, change the number of scan threads. The default number of scan threads is eight.
  4. Save the changes made.
  5. 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>

Page top