Enabling and disabling the low resource consumption mode for Network Agent

The low resource consumption mode allows you to limit the RAM usage of the Network Agent installed on the client device. By default, the low resource consumption mode is disabled.

In the low resource consumption mode, the following functions are not performed:

Components and processes resume operation after disabling the low resource consumption mode.

To enable the low resource consumption mode:

  1. Execute the following command in the command line on the client device:

    $ sudo /opt/kaspersky/klnagent64/sbin/klscflag -fset -pv klnagent -n KLNAG_FLAG_TEST_VM_PERF -t d -v 1

  2. Restart the Network Agent by using the following command:

    $ sudo service klnagent64 restart

  3. In the operating system log, check if the Kaspersky Security Center Network Agent is working in low resource consumption mode entry is displayed.

The low resource consumption mode is enabled.

To disable the low resource consumption mode:

  1. Execute the following command in the command line on the client device:

    $ sudo /opt/kaspersky/klnagent64/sbin/klscflag -fset -pv klnagent -n KLNAG_FLAG_TEST_VM_PERF -t d -v 0

  2. Restart the Network Agent by using the following command:

    $ sudo service klnagent64 restart

The low resource consumption mode is disabled.

You can also enable the low resource consumption mode remotely by using an Execute scripts remotely task.

Page top