How to Install and Uninstall memkind.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "memkind.x86_64" package

Please follow the step by step instructions below to install memkind.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install memkind.x86_64

2. Uninstall "memkind.x86_64" package

Please follow the guidance below to uninstall memkind.x86_64 on Amazon Linux 2:

$ sudo yum remove memkind.x86_64 $ sudo yum autoremove

3. Information about the memkind.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : memkind
Arch : x86_64
Version : 1.5.0
Release : 1.amzn2.0.2
Size : 110 k
Repo : amzn2-core/2/x86_64
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.