Skip to content

Commit

Permalink
Merge pull request #132 from screwdriver-cd/petey-patch-1
Browse files Browse the repository at this point in the history
Update annotations.md
  • Loading branch information
d2lam authored Dec 21, 2017
2 parents c886459 + 728eff5 commit be2f4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuration/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. |
| 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`. |

0 comments on commit be2f4f6

Please sign in to comment.