Skip to content

SQL Server 2025 on Linux with hybrid CPU architecture #956

@felixSabatie

Description

@felixSabatie

I need to run an sqlserver 2025 container on my linux machine running fedora, but it doesn't work unless I limit the cpuset to "0-7" in my docker compose file. I also need this image to work using testcontainers, which doesn't seem to support a cpuset option.

I run a cpu that has E-cores and found this section in the documentation :

https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-known-issues?view=sql-server-ver17&tabs=rhel9#sql-server-on-linux-fails-to-start-on-machines-with-hybrid-cpu-architecture

The suggested solution is to

work around the issue by disabling efficiency cores (E-cores) in your BIOS.

Which I'm not willing to do.

Will this issue be addressed in a future update ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions