From f64ba6149212cd4e812b058274cdb16517f17f99 Mon Sep 17 00:00:00 2001 From: Jonathan Ballet Date: Mon, 20 Nov 2017 12:36:56 +0100 Subject: [PATCH] doc: fix logs size --- website/source/docs/job-specification/logs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/logs.html.md b/website/source/docs/job-specification/logs.html.md index dbb7cfb25..862c6a5e7 100644 --- a/website/source/docs/job-specification/logs.html.md +++ b/website/source/docs/job-specification/logs.html.md @@ -78,7 +78,7 @@ parameters section above. This example asks Nomad to retain 3 rotated files for each of `stderr` and `stdout`, each a maximum size of 5 MB per file. The minimum disk space this -would require is 60 MB (3 `stderr` + 3 `stdout` × 5 MB = 30 MB). +would require is 30 MB (3 `stderr` + 3 `stdout` × 5 MB = 30 MB). ```hcl logs {