You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/08/21 20:48:11 UTC

[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 030c550.

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7e1b682  Updated the website built from mesos SHA: 030c550.
7e1b682 is described below

commit 7e1b682c160c553ce3e3b3cf7575d65b76b3a003
Author: jenkins <bu...@apache.org>
AuthorDate: Tue Aug 21 20:48:09 2018 +0000

    Updated the website built from mesos SHA: 030c550.
---
 content/documentation/latest/configuration/agent/index.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/documentation/latest/configuration/agent/index.html b/content/documentation/latest/configuration/agent/index.html
index 720a382..3cc551d 100644
--- a/content/documentation/latest/configuration/agent/index.html
+++ b/content/documentation/latest/configuration/agent/index.html
@@ -1119,11 +1119,13 @@ Containerizer for now.
 See the ImageGcConfig message in `flags.proto` for the expected
 format.
 <p/>
-Example:
+In the following example, image garbage collection is configured to
+sample disk usage every hour, and will attempt to maintain at least
+10% of free space on the container image filesystem:
 <pre><code>{
   "image_disk_headroom": 0.1,
   "image_disk_watch_interval": {
-    "nanoseconds": 3600
+    "nanoseconds": 3600000000000
   },
   "excluded_images": []
 }</code></pre>