MaxJobRetirementTime = 24*3600
 {endcode}
 
-{subsection: Suspension at Startup}
+{subsection: Avoiding Delayed Suspension}
 
 In the first example policy above, the whole-machine job is suspended while single-core jobs finish running.  This suspension happens within POLLING_INTERVAL (default 5) seconds of the job start.  For many applications, being suspended a few seconds after startup and then resuming later is not a problem.  However, this may be problematic for some applications: for example, a job that is intended to measure how much real time an algorithm takes to run.