at/sysconfig.atd
Kristyna Streitova f9b617fd8a Accepting request 313311 from home:vitezslav_cizek:branches:Base:System
- loadavg on Linux is a sum over all CPUs, so multiply LOADAVG_MX
  by the amount of CPUs when comparing to loadavg (bnc#889174)
  * added at-adjust_load_to_cpu_count.patch

OBS-URL: https://build.opensuse.org/request/show/313311
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=98
2015-06-24 08:32:27 +00:00

21 lines
524 B
Plaintext

## Path: System/At
## Description: minimum interval between start of two batch jobs
## Type: string
## Default: ""
## ServiceRestart: atd
#
# minimum interval between start of two batch jobs, "" for default
#
ATD_BATCH_INTERVAL=""
## Path: System/At
## Description: load limiting factor for atd
## Type: string
## Default: ""
## ServiceRestart: atd
# load limiting factor for atd, "" for default,
# it's multiplied by the amount of CPUs when comparing to /proc/loadavg
#
ATD_LOADAVG=""