worker-memory-check-interval

Interval at which workers are polled for memory usage

Syntax

--worker-memory-check-interval hr:min:sec.fractSec

Description

worker-memory-check-interval specifies how often to poll the memory usage of a worker process. This setting affects the behavior of all other settings that act based on worker memory usage such as worker-memory-trigger, worker-memory-target, and worker-restart-memory-limit.

Parameters

hr

Hours in interval.

min

Minutes in interval.

sec

Seconds in interval.

fractSec

Fractional seconds in interval.

Examples

Check memory usage every one and a half minutes.

--worker-memory-check-interval 0:01:30
Was this topic helpful?