X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e9c0351232f0e45f94cdda0dd615c1fb82616a7f..407fea83cd6c9cffdfdf8fdb685a92c727dcee6e:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index e9c6040c9..8981e500a 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -26,7 +26,8 @@ default_attributes( :checkpoint_completion_target => "0.9", :jit => "off", :shared_buffers => "2GB", - :autovacuum_max_workers => "1" + :autovacuum_max_workers => "1", + :max_parallel_workers_per_gather => "0" } } },