6.3.3. Configure Infiniband on the Messaging Server
Prerequisites
- The package
qpid-cpp-server-rdma
must be installed for Qpid to use RDMA. - The RDMA plugin,
rdma.so
, must be present in theplugins
directory.
Procedure 6.1. Configure Infiniband on the Messaging Server
Allocate lockable memory for Infiniband
Edit/etc/security/limits.conf
to allocate lockable memory for Infiniband.For example, if the user running the server is qpidd, and you wish to support 64 connections (64*8192=524288), add these entries:qpidd soft memlock 524288 qpidd hard memlock 524288