- :database => {
- :cluster => "9.4/main",
- :dbname => "nominatim",
- :postgis => "2.1"
- },
- :fpm_pools => {
- :www => {
- :port => "8000",
- :pm => "dynamic",
- :max_children => "60"
- },
- :bulk => {
- :port => "8001",
- :pm => "static",
- :max_children => "10"
- }
- }
- },
- :sysfs => {
- :md_tune => {
- :comment => "Enable request merging for NVMe devices",
- :parameters => {
- "block/nvme0n1/queue/nomerges" => "1",
- "block/nvme1n1/queue/nomerges" => "1"
- }
+ :api_flavour => "python",
+ :api_workers => 14,
+ :api_pool_size => 10,
+ :config => {
+ :forward_dependencies => "yes"