From d2a0a1163cec42e48cc5585f8dd2a8318997a485 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 17 Jun 2021 07:08:35 +0100 Subject: [PATCH] Revert "Limit the memory used by renderd" This reverts commit 5bd9046d1c65355ebd8d56eca3183ee00e9e03b3. --- cookbooks/tile/recipes/default.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 9b46ec20a..0f8cd9303 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -88,7 +88,6 @@ 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 -- 2.43.2