Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-27587

mongod.service does not disable NUMA

    • Type: Icon: Bug Bug
    • Resolution: Won't Do
    • Priority: Icon: Minor - P4 Minor - P4
    • 4.1 Desired
    • Affects Version/s: 3.4.1
    • Component/s: Packaging
    • Environment:
      Red Hat Enterprise Linux Server release 7.2 (Maipo)
    • Server Development Platform
    • ALL
    • Hide

      Copy https://github.com/mongodb/mongo/blob/master/rpm/mongod.service to /etc/systemd/system/mongod.service

      Reload systemctl
      systemctl daemon-reload

      Starting MongoDB with:
      systemctl start mongod

      The warning about NUMA is displayed:
      ---------------------------------------------------------------------------

        • WARNING: You are running on a NUMA machine.
        • We suggest launching mongod like this to avoid performance problems:
        • numactl --interleave=all mongod [other options]
          ---------------------------------------------------------------------------
      Show
      Copy https://github.com/mongodb/mongo/blob/master/rpm/mongod.service to /etc/systemd/system/mongod.service Reload systemctl systemctl daemon-reload Starting MongoDB with: systemctl start mongod The warning about NUMA is displayed: --------------------------------------------------------------------------- WARNING: You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl --interleave=all mongod [other options] ---------------------------------------------------------------------------

      mongod.service does take NUMA into account as mongod.init does (SERVER-3574)

            Assignee:
            backlog-server-devplatform [DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP) (Inactive)
            Reporter:
            jonas Jonas Gustavsson
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: