개발일기/Linux
[PM] 관련 명령 정리
ME74
2023. 6. 4. 17:06
* NUMA node 별로 pm 모듈을 확인하고 싶을 때
ndctl list -R --numa-node=0
* 한 소켓에 붙은 PM들을 모듈별로 따로 잡고 싶을 때
ipmctl create -goal PersistentMemoryType=AppDirectNotInterleaved
* 한 소켓에 붙은 PM들은 그냥 하나로 보고싶을 때
ipmctl create -goal PersistentMemoryType=AppDirectInterleaved