Hi,
Problem
When setting up, I encountered ibv_reg_mr failed [error code: 14] error, indicating that the memory region requested is a bad / invalid address.
Here are the values that I have
- At
libfs/lib/global/global.h
g_log_size 32768UL // (128 MB)
- At
libfs/lib/rdma/mr.c
mrs[0] = {addr = 140733004644352, length = 4299161600}
mrs[1] = {addr = 140728713871360, length = 111071232}
- At
vi /etc/default/grub
- GRUB_CMDLINE_LINUX="memmap=8G!4G"
- Size configuration
python3 ./utils/change_dev_size.py 8 0 0
- At
/etc/security/limits.conf
-
* soft memlock unlimited
* hard memlock unlimited
Do you mind helping me out with this problem?
Thank you!