[MDEV-22080] Document persistent memory support Created: 2020-03-30 Updated: 2020-03-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Ian Gilfillan | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Request: Can we have persistent memory support documented in 10.5 release notes? And somewhere in the documentation. I suspect it should be a separate article, mostly to explain pmem configuration. To make use of persistent memory the server has to be compiled with cmake -DWITH_PMEM=ON, it requires libpmem library installed. pmem support was released along with 10.5.2 https://jira.mariadb.org/browse/MDEV-17084 daaa881cfe3466c298fa44812b8477a23d25b756 - libpmem cmake macros |