From cd4b2637292586ad150eae45db643f2f7bb1708d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 13 Apr 2020 15:26:00 +0200 Subject: [PATCH] pummelzacken: increase apache workers --- roles/pummelzacken.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 75f9a3c69..97f2af508 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -32,6 +32,12 @@ default_attributes( } } }, + :apache => { + :event => { + :max_request_workers => 3000, + :threads_per_child => 70 + } + }, :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], -- 2.45.1