Skip to content

Commit

Permalink
Merge pull request #2087 from circleci/new-paid-feature-policy-RC-DLC
Browse files Browse the repository at this point in the history
New paid feature policy rc dlc
  • Loading branch information
michelle-luna committed Mar 14, 2018
2 parents 276596b + 8437770 commit 6b3822f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion jekyll/_cci2/configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ A job that was not executed due to configured rules will show up in the list of

#### **`resource_class`**

It is possible to configure CPU and RAM resources for each job as described in the following table. **Note:** A paid account is required to access this feature. Customers on paid plans can request access by [opening a support ticket](https://support.circleci.com/hc/en-us/requests/new). If `resource_class` is not specified or an invalid class is specified, the default `resource_class: medium` will be used. The `resource_class` key is currently only available for use with the `docker` executor.
**Note:** You must [open a support ticket](https://support.circleci.com/hc/en-us/requests/new) to have a CircleCI Sales representative contact you about enabling this feature on your account for an additional fee.

After this feature is added to your paid plan, it is possible to configure CPU and RAM resources for each job as described in the following table. If `resource_class` is not specified or an invalid class is specified, the default `resource_class: medium` will be used. The `resource_class` key is currently only available for use with the `docker` executor.

Class | vCPUs | RAM
------------|-----------|------
Expand Down
2 changes: 1 addition & 1 deletion jekyll/_cci2/docker-layer-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ order: 70

This document describes how to enable Docker Layer Caching (DLC) which is useful when you are _building_ Docker images during your job or Workflow. DLC does **not** speed up downloading of Docker images used to _run_ your jobs.

**Note:** A paid account is required to access this feature. If you are on a paid plan you can request access by [opening a support ticket](https://support.circleci.com/hc/en-us/requests/new) and including a link to your CircleCI project in the ticket.
**Note:** You must [open a support ticket](https://support.circleci.com/hc/en-us/requests/new) to have a CircleCI Sales representative contact you about enabling this feature on your account for an additional fee.

## Docker Layer Caching in Remote Docker
Consider enabling DLC to significantly reduce image build times by reusing the unchanged layers of the application image built during your job.
Expand Down

0 comments on commit 6b3822f

Please sign in to comment.