Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ae6850f

Browse files
authored
Correct Manage disk space section (#7171)
moving to another branch for continued edits
1 parent 57270d5 commit ae6850f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cloud/project/manage-disk-space.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ You can find the total storage capacity for your Cloud project in your {{site.da
99

1010
You can check disk space usage in each environment using the _disk free_ command, which reports the amount of disk space used by the file system. You must use SSH to log in to a remote environment.
1111

12+
{:.bs-callout-info}
13+
The _df -h_ command is only for dedicated clusters i.e. use it on Staging and Production environments of Magento Cloud Pro projects. On the Integration environments and for Magento Cloud Starter projects, use _magento-cloud db:size_
14+
1215
```bash
1316
df -h
1417
```

0 commit comments

Comments
 (0)