14.4. Setting Gear Storage
Set a specific amount of gear storage for an application with the following command, using the
--set
option.
$ rhc cartridge storage php-5 -a App_Name --set Storage_Amount(GB)
Example 14.4. Setting Gear Storage
$ rhc cartridge storage php-5 -a racer --set 5gb
Set storage on cartridge ... set to 5GB
Storage Info
------------
Base Gear Storage: 1GB
Additional Gear Storage: 5GB
Note that this is different from the
--add
option because the exact amount of gear storage is specified, rather than adding more storage to the existing amount.