mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Rolled back documentation change in favor of correcting the default
This commit is contained in:
@@ -17,7 +17,7 @@ func (r *Resources) Canonicalize() {
|
||||
r.CPU = helper.IntToPtr(100)
|
||||
}
|
||||
if r.MemoryMB == nil {
|
||||
r.MemoryMB = helper.IntToPtr(10)
|
||||
r.MemoryMB = helper.IntToPtr(300)
|
||||
}
|
||||
if r.IOPS == nil {
|
||||
r.IOPS = helper.IntToPtr(0)
|
||||
|
||||
@@ -49,7 +49,7 @@ job "docs" {
|
||||
- `iops` `(int: 0)` - Specifies the number of IOPS required given as a weight
|
||||
between 0-1000.
|
||||
|
||||
- `memory` `(int: 10)` - Specifies the memory required in MB
|
||||
- `memory` `(int: 300)` - Specifies the memory required in MB
|
||||
|
||||
- `network` <code>([Network][]: <required>)</code> - Specifies the network
|
||||
requirements, including static and dynamic port allocations.
|
||||
|
||||
Reference in New Issue
Block a user