10
votes

I'm using a WordPress small gear cartridge on OpenShift.

Warnings about the app's disk usage being >95% of its quota.

Warning: Gear...is using 99.5% of disk quota

This results in the gear going offline. Download the app, the .tar file is only about 55MB. I've used the below tidy command, got the "Success" response without resolving the issue.

rhc app-tidy [appname]

Any advice how to resolve this?

1

1 Answers

7
votes

SSH into your gear and run

du -hc 

And see what is taking up so much space you can also try

du | sort -n

to get everything sorted from smallest to largest