Method: CF::Deploy::Commands#scale_memory
- Defined in:
- lib/cf/deploy/commands.rb
#scale_memory(app_name, memory) ⇒ Object
22 23 24 |
# File 'lib/cf/deploy/commands.rb', line 22 def scale_memory(app_name, memory) Kernel.system("cf scale #{app_name} -f -m #{memory}") end |