mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 09:42:38 -05:00
This changeset bumps our production app memory for the API to 3 GB available in anticipation of the shift of the job cache being managed by the application itself instead of a worker process. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
11 lines
250 B
YAML
11 lines
250 B
YAML
env: production
|
|
web_instances: 2
|
|
web_memory: 3G
|
|
worker_instances: 4
|
|
worker_memory: 3G
|
|
scheduler_memory: 256M
|
|
public_api_route: notify-api.app.cloud.gov
|
|
admin_base_url: https://beta.notify.gov
|
|
redis_enabled: 1
|
|
default_toll_free_number: "+18447952263"
|