Skip to content

Commit

Permalink
Update 2024-12-09-apt-buildpack-cache-issue.md
Browse files Browse the repository at this point in the history
Fixed a detail regarding the default disk memory

Signed-off-by: ArsHaider <[email protected]>
  • Loading branch information
ArsHaider authored Dec 9, 2024
1 parent ab10070 commit 4f3beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _kbarticles/2024-12-09-apt-buildpack-cache-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The potential issue involves the / directory disk allocation. The apt buildpac

## How to address the issue

If the number of packages that you are installing is well within this 9% of the staging disk limit (2 GB) you can attempt to resolve the issue by clearing the buildpack cache and attempting to push your application again. Please refer to the commands below to clear your buildpack cache.
If the number of packages that you are installing is within the allotted 9% of the staging disk limit (1 GB default) you can attempt to resolve the issue by clearing the buildpack cache and attempting to push your application again. Please refer to the commands below to clear your buildpack cache.

```shell
app_guid=$(cf app --guid <staging-app-name>)
Expand Down

0 comments on commit 4f3beca

Please sign in to comment.