The file format is OPTION=VALUE
Between the OPTION , the = and the VALUE are no spaces.
You can comment out any OPTION or completely remove the related setting line to use the default settings.
BES_OPTIONS="target" percentage
where target is the full path and filename to the executable (e.g. "c:\path_to\application.exe" ) you want to limit.
With percentage you throttle its CPU usage so that "target" will be only allowed to use CPU (100 - percentage) % at most.
You can use an integer between 1 and 99 as percentage. If percentage is omitted or invalid, the last known valid percentage for "target" is automatically used (if this is the first time to target a "target" , the default reduction 33% will be applied, unless percentage is specified).
You can specify multiple BES_OPTIONS lines, each BES_OPTIONS will result in a separate BES instance.
Example: BES_OPTIONS="C:\Program Files\AppXY\XY.exe" 90
Default: BES_OPTIONS=
# # WA2LWinTools/etc/BES.cfg - Configuration file for BES # # [00] 13.06.2017 CWa Initial Version # # limit the CPU usage of XY.exe to 10% # BES_OPTIONS="C:\Program Files\AppXY\XY.exe" 90 # limit the CPU usage of AB.exe to 20% # BES_OPTIONS="C:\Program Files\AppAB\AB.exe" 20
This is free software; see WA2LWinTools/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.