Skip to content

Commit

Permalink
Increased memory to 512M.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbultrow committed Jan 4, 2016
1 parent b2f822b commit c18df15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
files = manifest.yml data_catalog/version.py
current_version = 0.4.14
current_version = 0.4.15

2 changes: 1 addition & 1 deletion data_catalog/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#

# DO NOT TOUCH - version is changed automatically by Bumpversion
VERSION = '0.4.14'
VERSION = '0.4.15'
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
applications:
- name: data-catalog
command: gunicorn 'data_catalog.app:get_app()' --bind :$PORT --enable-stdio-inheritance --workers `nproc`
memory: 256M
memory: 512M
disk_quota: 256M
buildpack: python_buildpack
services:
Expand All @@ -15,4 +15,4 @@ applications:
env:
LOG_LEVEL: "INFO"
# DO NOT TOUCH - version is changed automatically by Bumpversion
VERSION: "0.4.14"
VERSION: "0.4.15"

0 comments on commit c18df15

Please sign in to comment.