Description
[This repo was archived following our move to EL9]
Bringing jemalloc
5.3 to RHEL8 and derivatives as an installable package.
N.B. Packages in this repo differ from those in EPEL in that they do not override upstream build flags (e.g. -O3
) with %{optflags}
whenever there is a conflict between the two.
Installation Instructions
After enabling this repo as shown in the sidebar,
dnf in jemalloc-devel
This will also install jemalloc
as dependency.
If upgrading from EPEL’s jemalloc
5.2,
dnf up jemalloc-devel
This upgrades both jemalloc
and jemalloc-devel
.
To upgrade,
dnf --disablerepo="*" --enablerepo="copr:copr.fedorainfracloud.org:tkbcopr:fd" --refresh up
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | aarch64 (20)*, ppc64le (16)*, s390x (15)*, x86_64 (41)* | EPEL 8 (71 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable tkbcopr/jemalloc
More info about enabling Copr repositories