From: Tom Hughes Date: Wed, 2 Jun 2021 18:31:11 +0000 (+0100) Subject: Limit the memory used by renderd X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5bd9046d1c65355ebd8d56eca3183ee00e9e03b3?hp=0334e3c7306d9798570f1eb476745aa4392d2ab7 Limit the memory used by renderd --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 0f8cd9303..9b46ec20a 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -88,6 +88,7 @@ systemd_service "renderd" do runtime_directory "renderd" standard_error "null" limit_nofile 4096 + memory_max "32G" private_tmp true private_devices true private_network true