diff --git a/website/content/docs/job-specification/resources.mdx b/website/content/docs/job-specification/resources.mdx index 547e3741515..af1b32fcd8f 100644 --- a/website/content/docs/job-specification/resources.mdx +++ b/website/content/docs/job-specification/resources.mdx @@ -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 } ```