Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory default is 10, not 300 #3520

Merged
merged 5 commits into from
Nov 10, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/source/docs/job-specification/resources.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ job "docs" {
- `iops` `(int: 0)` - Specifies the number of IOPS required given as a weight
between 0-1000.

- `memory` `(int: 300)` - Specifies the memory required in MB
- `memory` `(int: 10)` - Specifies the memory required in MB
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we actually change this to be 300 instead for changing the docs: https://github.com/hashicorp/nomad/blob/master/api/resources.go#L20


- `network` <code>([Network][]: <required>)</code> - Specifies the network
requirements, including static and dynamic port allocations.
Expand Down