14.3. Adding Gear Storage
Add a specified amount of gear storage to an application with the following command, specifying the application name and the amount of storage(GB) to add:
$ rhc cartridge storage Cart_Name -a App_Name --add Storage_Amount(GB)
Example 14.3. Adding Gear Storage
$ rhc cartridge storage php-5.4 -a myapp --add 3gb
Set storage on cartridge ... set to 3GB
Storage Info
------------
Base Gear Storage: 1GB
Additional Gear Storage: 3GB
If the same command is used to add another 1GB of storage, there will be a total of 4GB of additional gear storage.