Skip to content

Commit

Permalink
Lower the number of instances at deployment time
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe Barbe committed Jul 8, 2015
1 parent e96d285 commit 47875d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
applications:
- name: request-logger
buildpack: https://github.com/cloudfoundry/buildpack-python.git
disk_quota: 2G
instances: 3
memory: 2G
disk_quota: 3G
instances: 1
memory: 3G
env:
APP_DEBUG: false

0 comments on commit 47875d9

Please sign in to comment.