Skip to content

Commit c356cb2

Browse files
Merge pull request circleci#1917 from circleci/fernfernfern-patch-5
Premium features require an existing paid plan
2 parents 8fe8226 + 8ff7cab commit c356cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ working_directory | N | String | In which directory to run the steps. Default: `
6161
parallelism | N | Integer | Number of parallel instances of this job to run (default: 1)
6262
environment | N | Map | A map of environment variable names and variables. (NOTE: These will override any environment variables you set in the CircleCI web interface.)
6363
branches | N | Map | A map defining rules for whitelisting/blacklisting execution of specific branches for a single job that is **not** in a workflow (default: all whitelisted). See [Workflows](#workflows) for configuring branch execution for jobs in a workflow.
64-
resource_class | N | String | Amount of CPU and RAM allocated to each container in a job. (Only works with the `docker` key for paid accounts and is subject to change in a future pricing update. **Note:** Paid accounts must request to use this feature by opening a support ticket (or by contacting their Customer Success Manager when applicable) and non-paid users must request to use this feature by opening a ticket at <https://support.circleci.com/hc/en-us/requests/new>.)
64+
resource_class | N | String | Amount of CPU and RAM allocated to each container in a job. (Only works with the `docker` key for paid accounts and is subject to change in a future pricing update. **Note:** An existing paid account is required to access this feature. Paid accounts can request to use this feature by [opening a support ticket](https://support.circleci.com/hc/en-us/requests/new), or by contacting their Customer Success Manager when applicable.
6565
{: class="table table-striped"}
6666

6767
<sup>(1)</sup> exactly one of them should be specified. It is an error to set more than one.

0 commit comments

Comments
 (0)