You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already provided the described functionality
Description
During the installation of PHP, make is invoked with the parameter -j ansible_processor_cores. But the effect is not always desired, i.e. hyperthreading processors where ansible_processor_cores < ansible_processor_vcpus.
Steps to Reproduce
Run the role in a node with 1 physical CPU and 4 cores
Expected behavior:
4 make jobs are running in parallel
Actual behavior:
Only 1 make job is running
Reproduces how often:
Depend on hardware architecture.
Versions
All.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
During the installation of PHP, make is invoked with the parameter -j ansible_processor_cores. But the effect is not always desired, i.e. hyperthreading processors where ansible_processor_cores < ansible_processor_vcpus.
Steps to Reproduce
Expected behavior:
4 make jobs are running in parallel
Actual behavior:
Only 1 make job is running
Reproduces how often:
Depend on hardware architecture.
Versions
All.
The text was updated successfully, but these errors were encountered: