Skip to content

Commit

Permalink
Removed disk from resources docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Nov 4, 2016
1 parent 8416269 commit 93cd6d5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions website/source/docs/job-specification/resources.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ job "docs" {
task "server" {
resources {
cpu = 100
disk = 50
memory = 256
network {
Expand All @@ -47,8 +46,6 @@ job "docs" {

- `cpu` `(int: 100)` - Specifies the CPU required to run this task in MHz.

- `disk` `(int: 200)` - Specifies the disk space required in MB.

- `iops` `(int: 0)` - Specifies the number of IOPS required given as a weight
between 0-1000.

Expand All @@ -62,16 +59,6 @@ job "docs" {
The following examples only show the `resources` stanzas. Remember that the
`resources` stanza is only valid in the placements listed above.

### Disk Space

This example specifies the task requires 100MB of disk space to operate:

```hcl
resources {
disk = 100
}
```

### Memory

This example specifies the task requires 2GB of RAM to operate. 2GB is the
Expand Down

0 comments on commit 93cd6d5

Please sign in to comment.