Skip to content

Commit 158ba43

Browse files
committed
Bump Staging API app memory to 1.5G
This changeset bumps the memory of the API app processes to 1.5G as they are now starting to run out of memory due to recent app changes with gunicorn and gevent. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
1 parent f6fee40 commit 158ba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-config/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env: staging
22
web_instances: 2
3-
web_memory: 1G
3+
web_memory: 1.5G
44
worker_instances: 2
55
worker_memory: 1G
66
scheduler_memory: 256M

0 commit comments

Comments
 (0)