From 19f492014bcab54e4bafae4c52576de390bdbe47 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 3 Mar 2021 13:57:31 +0100 Subject: [PATCH] rpm: drop old SUSE-specific OOM fix This fix was needed some years ago, but no longer. Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index e72fbe654a920..8bb15070effa2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1201,8 +1201,6 @@ done %endif %if 0%{?suse_version} -# the following setting fixed an OOM condition we once encountered in the OBS -RPM_OPT_FLAGS="$RPM_OPT_FLAGS --param ggc-min-expand=20 --param ggc-min-heapsize=32768" %limit_build -m 2600 %endif