You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/executor-types.md
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -83,22 +83,15 @@ More details on the Docker Executor are available in the [Configuring CircleCI](
83
83
The `machine` option runs your jobs in a dedicated, ephemeral VM
84
84
that has the following specifications:
85
85
86
-
CPUs | Processor | RAM | HD
87
-
-----|---------------------------|------------
88
-
2 | Intel(R) Xeon(R) @ 2.3GHz | 8GB | 100GB
86
+
Class | vCPUs | RAM
87
+
-----------------|-------|-------
88
+
medium (default) | 2 | 7.5GB
89
+
large | 4 | 15GB
89
90
{: class="table table-striped"}
90
91
91
-
Using the `machine` executor
92
-
gives your application full access to OS resources
93
-
and provides you with full control over the job environment.
94
-
This control can be useful in situations
95
-
where you need to use `ping`
96
-
or modify the system with `sysctl` commands.
92
+
Using the `machine` executor gives your application full access to OS resources and provides you with full control over the job environment. This control can be useful in situations where you need to use `ping` or modify the system with `sysctl` commands.
97
93
98
-
Using the `machine` executor also enables you
99
-
to build a Docker image
100
-
without downloading additional packages
101
-
for languages like Ruby and PHP.
94
+
Using the `machine` executor also enables you to build a Docker image without downloading additional packages for languages like Ruby and PHP.
102
95
103
96
**Note**:
104
97
Using `machine` may require additional fees in a future pricing update.
@@ -117,8 +110,7 @@ jobs:
117
110
The default image for the machine executor is `circleci/classic:latest`. If you don't specify an image, jobs will run on the default image - which is currently circleci/classic:201710-01 but may change in future.
118
111
119
112
120
-
You can specify other images
121
-
by using the `image` key.
113
+
You can specify other images by using the `image` key.
122
114
123
115
**Note:**
124
116
The `image` key is not supported on private installations of CircleCI.
0 commit comments