Skip to content

Commit ce39922

Browse files
Merge pull request circleci#3971 from circleci/update/machine-large
add machine large to executor types
2 parents 048ca7b + 55944fa commit ce39922

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

jekyll/_cci2/executor-types.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,22 +83,15 @@ More details on the Docker Executor are available in the [Configuring CircleCI](
8383
The `machine` option runs your jobs in a dedicated, ephemeral VM
8484
that has the following specifications:
8585

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
8990
{: class="table table-striped"}
9091

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.
9793

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.
10295

10396
**Note**:
10497
Using `machine` may require additional fees in a future pricing update.
@@ -117,8 +110,7 @@ jobs:
117110
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.
118111

119112

120-
You can specify other images
121-
by using the `image` key.
113+
You can specify other images by using the `image` key.
122114

123115
**Note:**
124116
The `image` key is not supported on private installations of CircleCI.

0 commit comments

Comments
 (0)