Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-14430

Investigate changes in SERVER-56728: Cannot run 4.9+ on Apple Silicon

      Description

      Downstream Change Summary

      We should adjust our documentation around the sandybridge requirement to indicate that it does not apply to macOS (or Windows, for that matter).

      Description of Linked Ticket

      Mongo 4.9+ cannot start on M1 laptops:

      % /tmp/mms-automation/test/versions/mongodb-macos-x86_64-4.9.0-rc0/bin/mongod
      zsh: illegal hardware instruction  /tmp/mms-automation/test/versions/mongodb-macos-x86_64-4.9.0-rc0/bin/mongod
      

      acm tracked down that this is because the ISA targeting for the server build was upgraded in 4.9 to sandybridge, which uses AVX instructions that are not handled by Rosetta:
      https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment

      Rosetta translates all x86_64 instructions, but it doesn't support the execution of some newer instruction sets and processor features, such as AVX, AVX2, and AVX512 vector instructions.

      He recommended special case downgrading the macOS target ISA to something that doesn’t generate AVX until we have a native Apple Silicon build.

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            andrew.feierabend@mongodb.com Andrew Feierabend (Inactive)
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              2 years, 50 weeks, 5 days ago