From ca409f696e43581d4d3df9a57f581065312d861fa24fb5437c4df610ce26a384 Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Tue, 18 Jun 2024 12:24:03 +0000 Subject: [PATCH 1/2] Require 20G mem to build OBS-URL: https://build.opensuse.org/package/show/network/arti?expand=0&rev=20 --- _constraints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_constraints b/_constraints index ceffc91..bcf2770 100644 --- a/_constraints +++ b/_constraints @@ -1,7 +1,7 @@ - 16 + 20 35 From dbacda3220049b79d1a9df6f3bd5bd84f1aaf40ddc8a1e37e2b6a033f9478759 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jun 2024 16:51:10 +0000 Subject: [PATCH 2/2] - Increase RAM needed per thread in %limit_build to avoid OOM on aarch64 OBS-URL: https://build.opensuse.org/package/show/network/arti?expand=0&rev=21 --- arti.changes | 5 +++++ arti.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/arti.changes b/arti.changes index b14ccff..c06dca3 100644 --- a/arti.changes +++ b/arti.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 27 13:19:29 UTC 2024 - Guillaume GARDET + +- Increase RAM needed per thread in %limit_build to avoid OOM on aarch64 + ------------------------------------------------------------------- Thu Jun 06 23:38:53 UTC 2024 - Eyad Issa diff --git a/arti.spec b/arti.spec index 29ace54..ae92961 100644 --- a/arti.spec +++ b/arti.spec @@ -38,7 +38,7 @@ An implementation of Tor, in Rust %autosetup -p1 -a1 %build -%limit_build -m 4100 +%limit_build -m 4400 %{cargo_build} %install