LogLevel = {logging level}
|
Logging level.
If the parameter value is not specified, the DefaultLogLevel parameter value from the [Root] section is used.
Default value:
LogLevel = Notice
|
Log = {log type}
|
Logging method.
Default value:
Log = Auto
|
ExePath = {path to file}
|
Path to the executable file of the component.
Default value:
ExePath = <opt_dir>/bin/drweb-se
•For Linux: ExePath = /opt/drweb.com/bin/drweb-se
•For FreeBSD: ExePath = /usr/local/libexec/drweb.com/bin/drweb-se
•For Solaris: ExePath = /opt/drweb.com/bin/drweb-se
|
FixedSocketPath = {path to file}
|
Path to the UNIX socket of the fixed Dr.Web Scanning Enginescanning engine instance.
If this parameter is specified, the configuration daemon Dr.Web ConfigD checks that a scanning engine instance is running and is available to all clients via this socket.
Default value:
FixedSocketPath =
|
IdleTimeLimit = {time interval}
|
Maximum time that the component can remain idle. If the specified value is exceeded, the component shuts down.
Minimum value—10s.
If the FixedSocketPath parameter is set, this setting is ignored (the component does not finish its operation after the time interval expires).
Default value:
IdleTimeLimit = 30s
|
MaxForks = {integer}
|
Maximum allowed number of child processes run by Dr.Web Scanning Engine, which can be run simultaneously.
Default value:
Automatically determined as twice the number of available CPU cores; or 4, if the resulting number is less than 4.
|
MaxForksPerFile = {integer}
|
Maximum allowed number of Dr.Web Scanning Engine child scanning processes, which can be used simultaneously for scanning container files (such as archive).
Cannot be less than 1 and greater than the MaxForks parameter value.
Default value:
Automatically determined as MaxForks/2.
|
BufferedIo = {On | Off}
|
Use buffered input/output (I/O) when checking files.
Using buffered I/O in the FreeBSD and Linux OSes can increase scanning speed of the files on slow disks.
Default value:
BufferedIo = Off
|
WatchdogInterval = {time interval}
|
Rate at which Dr.Web Scanning Engine checks whether child processes are operable in order to detect processes that stopped responding (“watchdog”).
Default value:
WatchdogInterval = 1.5s
|