diff --git a/docs/user-guide/configuration/annotations.md b/docs/user-guide/configuration/annotations.md index 73905b39..74e6e71c 100644 --- a/docs/user-guide/configuration/annotations.md +++ b/docs/user-guide/configuration/annotations.md @@ -30,4 +30,4 @@ Some Annotations are used to modify the properties of the build environment. The |------------|--------|-------------| | beta.screwdriver.cd/executor | Ask your cluster admin | This will determine what compute system is used to run the build. For example, set the build to run in a VM, a kubernetes pod, a docker container, or a Jenkins agent. | | beta.screwdriver.cd/cpu | `LOW` / `HIGH` | When using a `k8s-vm` executor, this will allow the user to choose between 2 CPU resources (`LOW`) and 6 CPU resources (`HIGH`). Default is `LOW`. | -| beta.screwdriver.cd/memory | `LOW` / `HIGH` | When using a `k8s-vm` executor, this will allow the user to choose between 2 GB RAM (`LOW`) and 12 GB RAM (`HIGH`). Default is `LOW`. | \ No newline at end of file +| beta.screwdriver.cd/ram | `LOW` / `HIGH` | When using a `k8s-vm` executor, this will allow the user to choose between 2 GB RAM (`LOW`) and 12 GB RAM (`HIGH`). Default is `LOW`. |