How to Install and Uninstall memkind.src Package on Oracle Linux 9

Last updated: November 29,2024

1. Install "memkind.src" package

Please follow the steps below to install memkind.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install memkind.src

2. Uninstall "memkind.src" package

This guide covers the steps necessary to uninstall memkind.src on Oracle Linux 9:

$ sudo dnf remove memkind.src $ sudo dnf autoremove

3. Information about the memkind.src package on Oracle Linux 9

Last metadata expiration check: 3:53:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : memkind
Version : 1.11.0
Release : 2.el9
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_appstream
Summary : User Extensible Heap Manager
URL : http://memkind.github.io/memkind
License : BSD
Description : The memkind library is an user extensible heap manager built on top of
: jemalloc which enables control of memory characteristics and a
: partitioning of the heap between kinds of memory. The kinds of memory
: are defined by operating system memory policies that have been applied
: to virtual address ranges. Memory characteristics supported by
: memkind without user extension include control of NUMA and page size
: features. The jemalloc non-standard interface has been extended to
: enable specialized arenas to make requests for virtual memory from the
: operating system through the memkind partition interface. Through the
: other memkind interfaces the user can control and extend memory
: partition features and allocate memory while selecting enabled
: features. This software is being made available for early evaluation.
: Feedback on design or implementation is greatly appreciated.