此内容没有您所选择的语言版本。
6.3.3. Configure Infiniband on the Messaging Server
Prerequisites
- The package
qpid-cpp-server-rdmamust be installed for Qpid to use RDMA. - The RDMA plugin,
rdma.so, must be present in thepluginsdirectory.
Procedure 6.1. Configure Infiniband on the Messaging Server
Allocate lockable memory for Infiniband
Edit/etc/security/limits.confto 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