Skip to content

Commit

Permalink
Merge 824d362 into backport/rewing-update-job-resource-docs-04feb2025…
Browse files Browse the repository at this point in the history
…/normally-wealthy-pig
  • Loading branch information
hc-github-team-nomad-core authored Feb 4, 2025
2 parents 6b35c1b + 824d362 commit 4e768d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/job-specification/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ If `cores` and `cpu` are both defined in the same resource block, validation of
### Memory

This example specifies the task requires 2 GB of RAM to operate. 2 GB is the
equivalent of 2000 MB:
equivalent of 2048 MB:

```hcl
resources {
memory = 2000
memory = 2048
}
```

Expand Down

0 comments on commit 4e768d5

Please sign in to comment.