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 ?
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
Which I'm not willing to do.
Will this issue be addressed in a future update ?