Skip to content

Commit

Permalink
Fix types on "reserve_memory" / "reserve_cpu"
Browse files Browse the repository at this point in the history
resverve changed to reserve
  • Loading branch information
pvanheus committed Oct 5, 2018
1 parent 18f351a commit 4908b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/containers_conf.yml.sample
Expand Up @@ -97,12 +97,12 @@ containers:
# - tcp://swarm2.example.org:2376
#host: null

# [`--resverve-cpu` and `--limit-cpu`] Reserve the given number of CPUs when containers are run to prevent other
# [`--reserve-cpu` and `--limit-cpu`] Reserve the given number of CPUs when containers are run to prevent other
# containers from being scheduled on the same node once all of its CPUs are allocated. Additionally, prevent
# container from using more than the given number of CPUs.
#cpus: null

# [`--resverve-memory` and `--limit-memory`] Reserve the given amount of memory when containers are run to
# [`--reserve-memory` and `--limit-memory`] Reserve the given amount of memory when containers are run to
# prevent other containers from being scheduled on the same node once all of its memory is allocated.
# Additionally, prevent container from using more than the given amount of memory.
#memory: null
Expand Down

0 comments on commit 4908b98

Please sign in to comment.