Name: | adaptivemm |
---|---|
Version: | 2.1.0 |
Release: | 3.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 102276 |
License: | GPLv2 |
RPM: | adaptivemm-2.1.0-3.el9.aarch64.rpm |
Source RPM: | adaptivemm-2.1.0-3.el9.src.rpm |
Build Date: | Fri May 30 2025 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/oracle/adaptivemm |
Summary: | Adaptive free memory management |
Description: | adaptivemm monitors the state of free pages by reading kernel provided files under /proc and /sys. Based upon the current rate of free page consumption and memory fragmentation, it predicts if the system is likely to run out of memory, or if memory will become severely fragmented in the near future. If so, it adjusts watermarks to force memory reclamation. If memory is predicted to become severely fragmented, it triggers compaction in the kernel. The goal is to avert memory shortage and/or fragmentation by taking proactive measures. |
- Increase log level in cmp_meminfo() [Orabug: 37768194]
- Rebuild to v2.1.0 for OL8, OL9, and OL10 - v2.1.0 adds a module to look for possible memory leaks
- Add module to look for possible memory leaks