X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=man%2Fsystemd.timer.xml;fp=man%2Fsystemd.timer.xml;h=fca11b2d04cdadb2d315612555a4ea782d2cd2dd;hp=ebf6de4eb233cc5dc4b63aea18af0c2c4e897129;hb=d524094b6b3f968141af1a5a946be8e541dccbf5;hpb=eec68a1a08078fbf136d25028438ae3c214aa1ad diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index ebf6de4eb23..fca11b2d04c 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -225,7 +225,13 @@ prctl2 for details. To optimize power consumption, make sure to set this value as high as possible and as low as - necessary. + necessary. + + Note that this setting is primarily a power saving option that allows coalescing CPU + wake-ups. It should not be confused with RandomizedDelaySec= (see below) which + adds a random value to the time the timer shall elapse next and whose purpose is the opposite: to + stretch elapsing of timer events over a longer period to reduce workload spikes. For further details + and explanations and how both settings play together, see below.