diff --git a/command/init.go b/command/init.go index 81b49ef9c..b83f101c5 100644 --- a/command/init.go +++ b/command/init.go @@ -150,7 +150,7 @@ job "example" { # this task to ensure it runs on a machine with # enough capacity. resources { - cpu = 500 # 500 Mhz + cpu = 500 # 500 MHz memory = 256 # 256MB network { mbits = 10 @@ -172,7 +172,7 @@ job "example" { # Specify configuration related to log rotation # logs { # max_files = 10 - # max_file_size = 15 + # max_file_size = 15 # } # Controls the timeout between signalling a task it will be killed diff --git a/website/source/docs/jobops/taskconfig.html.md b/website/source/docs/jobops/taskconfig.html.md index b5d2b91c4..58efa1b97 100644 --- a/website/source/docs/jobops/taskconfig.html.md +++ b/website/source/docs/jobops/taskconfig.html.md @@ -49,7 +49,7 @@ task "memcached" { } resources { - cpu = 500 # 500 Mhz + cpu = 500 # 500 MHz memory = 256 # 256MB network { mbits = 10