Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7ab572

Browse files
committed
Update pipelines.md
Rewrote set min disk space
1 parent6c26ae7 commita7ab572

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎_docs/configure-ci-cd-pipeline/pipelines.md‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,16 +218,18 @@ You can define multiple external resources in a single pipeline.
218218
- Medium (recommended 3-4 steps)
219219
- Large (recommended 5-6 steps)
220220

221-
####Set disk space for pipeline builds
222-
Set the disk space you need for the pipeline's build volume. Configuring the disk space per pipeline build volume prevents out-of-space scenarios that lead to failed builds. The disk space set for the pipeline is inherited by all the builds run for the pipeline.
221+
####Set minimum disk space for a pipeline build
222+
To speed up builds and improve performance, Codefresh caches different types of data during pipeline execution for reuse across builds. Image-caching is one example of cached data, where Codefresh pulls the required images during the first build and caches it for reuse in future builds. For more info, see[Pipeline caching]({{site.baseurl}}docs/configure-ci-cd-pipeline/pipeline-caching).
223+
Because a portion of the disk space is already utilized by cache, a build can run out of disk space and fail with the 'no space left on device' error.
223224

224-
Codefresh calculates the available range according tothe disk size, and automatically sets the disk space for the build volume to 70% ofthetotal disk space. You can either retain thedefault allocation or change as needed.
225+
To prevents out-of-space scenarios that lead tofailed builds, you can set theminimumdisk spaceyou needfor thepipeline'sbuild volume. Definingtheminimum disk space ensures that Codefresh makes thedisk space available at the start of the specific build, without cached data.
225226

226-
>You can also configure the disk space for a[specific trigger]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers/#set-minimum-disk-space-for-build-volume-by-trigger) used by the pipeline or for a specific run, and override what's set for the pipeline.
227+
The disk space set for the pipeline is inherited by all the builds run for the pipeline.
228+
You can also configure the disk space for a[specific trigger]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers/#set-minimum-disk-space-for-build-volume-by-trigger) used by the pipeline or for a specific run, and override what's set for the pipeline.
227229

228-
1. Select the pipeline for which to set the disk space.
230+
1. Select the pipeline for which to set theminimumdisk space.
229231
1. Select**Settings**, and then**Runtime**.
230-
1. Enable**Set minimum required disk space** and either retain the default displayed or change as needed.
232+
1. Enable**Set minimum required disk space**, and either retain the default displayed or change as needed.
231233

232234
{% include
233235
image.html

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp