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
You can then get the memory usage for the whole pipeline by clicking on the metrics tab at the bottom of the screen.
333
+
* To view memory and disk usage for running or completed pipeline builds, click the**Metrics** tab at the bottom of the Build page.
334
+
335
+
* Memory usage: View memory usage (Y-axis) by time (X-axis) for the duration of the build.
336
+
* Disk usage: View disk usage (Y-axis) by time (X-axis) for the duration of the build. The red line is set at 90% of the maximum disk space.
337
+
To see the precise usage at different points in time, mouse over the dots.
338
+
Viewing the actual disk usage for a build during its run allows you to better gauge and define the[minimum disk space required for the build volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#runtime).