MEMTIER(1) | MEMTIER | MEMTIER(1) |
memtier - redirect malloc calls to memkind memory tiering
memtier [ -r ratio ] [ -t thresholds ] program args...
memtier runs the given program, redirecting memory allocations to different memory tiers based on a given policy. This allows unmodified programs to run following a non-greedy allocation scheme that avoids a performance cliff when DRAM is exhausted.
If the ratio is not given, it defaults to the relative share of physically installed memory.
This version of memtier recognizes only two tiers (DRAM and KMEM_DAX).
This tool doesn't expose all features of libmemtier. Only DRAM and KMEM_DAX memory is supported, to use FS_DAX you need to configure the library directly, please refer to its man page.
Or alternatively, you can switch that memory to KMEM_DAX mode. For that purpose, please refer to "man ndctl-reconfigure-namespace" and "man daxctl-reconfigure-device".
2022-02-21 | Intel Corporation |