X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8de79fff35e78cefb199797eadaa48af89124cec..7c110b4ca4633db65e1ed117ce20fc150ea68b0e:/cookbooks/community/templates/default/web_only.yml.erb?ds=inline diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 2650ef6cd..eb46dbe37 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -65,6 +65,9 @@ env: DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>' <% end -%> + # Increase base SIDEKIQ memory limit to 1GB + UNICORN_SIDEKIQ_MAX_RSS: 1000 + volumes: - volume: host: /srv/community.openstreetmap.org/shared/web-only @@ -78,6 +81,9 @@ volumes: - volume: host: /etc/ssl/private/community.openstreetmap.org.key guest: /shared/ssl/ssl.key + - volume: + host: /srv/community.openstreetmap.org/files/update-feeds.atom + guest: /var/www/discourse/public/update-feeds.atom ## Plugins go here ## see https://meta.discourse.org/t/19157 for details