Skip to content

Commit

Permalink
500M for catalog-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Jan 9, 2025
1 parent 67464ac commit 4231181
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ applications:
no-route: true
instances: ((fetch-instances))
disk_quota: 1.5G
memory: ((fetch_memory_quota))
command: newrelic-admin run-program sh -c 'while ! ckan harvester fetch-consumer; do sleep 10; done'
health-check-type: process
timeout: 15
Expand Down
1 change: 1 addition & 0 deletions vars.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fetch-instances: 1
proxy-instances: 1
memory_quota: 750M
gather_memory_quota: 1G
fetch_memory_quota: 300M

new_relic_monitor_mode: false

Expand Down
3 changes: 2 additions & 1 deletion vars.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ ckanext__saml2auth__idp_metadata__local_path: ckan/setup/login.production.idp.xm
web-instances: 3
admin-instances: 1
gather-instances: 1
fetch-instances: 4
fetch-instances: 3
proxy-instances: 2
memory_quota: 800M
gather_memory_quota: 3G
fetch_memory_quota: 500M

new_relic_monitor_mode: true

Expand Down
1 change: 1 addition & 0 deletions vars.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fetch-instances: 1
proxy-instances: 1
memory_quota: 750M
gather_memory_quota: 3G
fetch_memory_quota: 500M

new_relic_monitor_mode: true

Expand Down

0 comments on commit 4231181

Please sign in to comment.