Container Instance cores

Erasmo Solazzo 56 Reputation points
2021-02-21T18:05:43.547+00:00

I deployed an Azure Container Instance (Windows based) defining 4 cpu resourse request.
70296-image.png

I have poor perfomance on a task that requires multicore.
I connected to container and checking cpu i see only two cores

70347-image.png

What's wrong?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
635 questions
0 comments No comments
{count} votes

Accepted answer
  1. TravisCragg-MSFT 5,676 Reputation points Microsoft Employee
    2021-02-24T04:52:13.607+00:00

    Azure cores are Virtual Cores, and each physical core typically contains 2 Virtual Cores. You are correctly showing 2 physical cores, with 4 virtual cores. To view the accurate azure cores, add the 'numberoflogicalprocessors' value.

    wmic cpu get caption, numberofcores, maxclockspeed, numberoflogicalprocessors
    
    0 comments No comments

0 additional answers

Sort by: Most helpful