From dbacda3220049b79d1a9df6f3bd5bd84f1aaf40ddc8a1e37e2b6a033f9478759 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jun 2024 16:51:10 +0000 Subject: [PATCH] - 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