Nomad's CPU scheduling strategy

Helo, I’m using nomad to schedule my docker container. Through reserved, nomad is scheduled on the 32-191 CPU core. In the job configuration, I configured the CPU to be 500. When I started 150 containers on a node, I found that the containers were basically working on the 32 core, resulting in the CPU utilization rate of the 32 core being 100%, and the 33-191 core load was almost zero. This also led to the docker becoming very stuck after creating dozens of containers, and it was almost impossible to create new containers.