]> git.openstreetmap.org Git - chef.git/commitdiff
Limit the memory used by renderd
authorTom Hughes <tom@compton.nu>
Wed, 2 Jun 2021 18:31:11 +0000 (19:31 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 2 Jun 2021 18:31:11 +0000 (19:31 +0100)
cookbooks/tile/recipes/default.rb

index 0f8cd93035b3ce41eb4ad018d72a06014d5cefb6..9b46ec20a5bb04429ff024c1fb333e1fcfef0ae9 100644 (file)
@@ -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