From 3ce4725927db4567ab19dcd8d2fd263be82b11fa Mon Sep 17 00:00:00 2001 From: Kaelyn <87516931+Lucais11@users.noreply.github.com> Date: Fri, 22 Sep 2023 07:32:48 -0700 Subject: [PATCH] Update reference/runtime-environment.html.md Co-authored-by: Andrea Anderson --- reference/runtime-environment.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/runtime-environment.html.md b/reference/runtime-environment.html.md index 51ab79ffae..69eee6e5ba 100644 --- a/reference/runtime-environment.html.md +++ b/reference/runtime-environment.html.md @@ -45,7 +45,7 @@ Not to be confused with the [HTTP header](/docs/reference/runtime-environment/#f **Process Group**: The [process group](/docs/apps/processes) associated with the Machine. ### `FLY_VM_MEMORY_MB` -**Machine Memory**: This is the memory allocated to the Machine, in MBs. It's the same value you'll find under https://fly.io/dashboard/personal/machines and VM Memory in the output of `fly machine status`. More information on sizing [here](/docs/machines/guides-examples/machine-sizing/)! +**Machine Memory**: The memory allocated to the Machine, in MB. It's the same value you'll find under https://fly.io/dashboard/personal/machines and VM Memory in the output of `fly machine status`. Learn more about [Machine sizing](/docs/machines/guides-examples/machine-sizing/). ## _Request Headers_