Skip to content

Commit

Permalink
fix docs to reflect that resources are given as MB
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 14, 2016
1 parent f9c768c commit 9c111c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/agent/config.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ configured on server nodes.
```

* `cpu`: `cpu` is given as MHz to reserve.
* `memory`: `memory` is given as bytes to reserve.
* `disk`: `disk` is given as bytes to reserve.
* `memory`: `memory` is given as MB to reserve.
* `disk`: `disk` is given as MB to reserve.
* `reserved_ports`: `reserved_ports` is a comma seperated list of ports
to reserve on all fingerprinted network devices. Ranges can be
specified by using a hyphen seperated the two inclusive ends.
Expand Down

0 comments on commit 9c111c9

Please sign in to comment.