From 36ef69d95c4a22618855879959fd11a4799fb35d Mon Sep 17 00:00:00 2001 From: mqliang Date: Tue, 6 Oct 2015 17:10:27 +0800 Subject: [PATCH] Fix typo in document This PR fix typo in document --- docs/runtime_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime_options.md b/docs/runtime_options.md index eaec039c..3a332cb8 100644 --- a/docs/runtime_options.md +++ b/docs/runtime_options.md @@ -16,7 +16,7 @@ Housekeeping is the periodic actions cAdvisor takes. During these actions, cAdvi #### Dynamic Housekeeping -Dynamic housekeeping intervals let cAdvisor very how often it gathers stats. +Dynamic housekeeping intervals let cAdvisor vary how often it gathers stats. It does this depending on how active the container is. Turning this off provides predictable housekeeping intervals, but increases the resource usage of cAdvisor.