Every project has a storage limit. The total amount of storage used by your app and services (calculated through the sum of disk
keys) has to be within that storage limit.
You can edit your project's disk space from the console, or by using the CLI.
1. View your storage limit, run:
platform subscription:info -p <PROJECT_ID>
storage
2. Modify the storage limit, use the same command but provide a numerical value:
platform subscription:info -p <PROJECT_ID>
storage <NEW_VALUE>
3. Increase the space allocated:
- For your app, edit the disk key in the
.platform.app.yaml
file in your project's repository. - For your project's services, edit the desired service's disk key in the
.platform/services.yaml
file.
For more information on this feature, please see the following page in the Platform.sh documentation:
https://docs.platform.sh/create-apps/troubleshoot-disks.html#increase-available-disk-space