From be377e07cad423d0c4641731d009435273d97021 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Fri, 17 Jul 2020 11:36:39 +0100 Subject: [PATCH] Bump planet-dump-ng version to v1.1.8, which includes a concurrency limit for disk-write threads, which hopefully slows the process down to the point where it's not using infinite memory. --- cookbooks/planet/recipes/dump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index b7482b93c..f7274caa7 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -58,7 +58,7 @@ end git "/opt/planet-dump-ng" do action :sync repository "https://github.com/zerebubuth/planet-dump-ng.git" - revision "v1.1.7" + revision "v1.1.8" depth 1 user "root" group "root" -- 2.39.5