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 the plugins 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
    
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.