Skip to content

Commit

Permalink
backport of commit 824d362 (#25024)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert C. Ewing <[email protected]>
  • Loading branch information
1 parent 2c99008 commit 41c7ba6
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 41c7ba6

Please sign in to comment.