]> git.openstreetmap.org Git - chef.git/commitdiff
Relax sandboxing to allow JIT for osmosis
authorTom Hughes <tom@compton.nu>
Tue, 15 Nov 2022 18:39:59 +0000 (18:39 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 15 Nov 2022 18:39:59 +0000 (18:39 +0000)
cookbooks/planet/recipes/replication.rb

index 85d49bc09caf4b3ead8532b5e9bb49de8ddbb34f..fa9649a3897b19747d68bcadddc38d210e216ea3 100644 (file)
@@ -312,6 +312,7 @@ systemd_service "replication-hourly" do
   exec_start "/usr/local/bin/osmosis -q --merge-replication-files workingDirectory=/var/lib/replication/hour"
   environment "LD_PRELOAD" => "/opt/flush/flush.so"
   sandbox :enable_network => true
+  memory_deny_write_execute false
   read_write_paths [
     "/store/planet/replication/hour",
     "/var/lib/replication/hour"
@@ -355,6 +356,7 @@ systemd_service "replication-daily" do
   exec_start "/usr/local/bin/osmosis -q --merge-replication-files workingDirectory=/var/lib/replication/day"
   environment "LD_PRELOAD" => "/opt/flush/flush.so"
   sandbox :enable_network => true
+  memory_deny_write_execute false
   read_write_paths [
     "/store/planet/replication/day",
     "/var/lib/replication/day"