Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix number of jobs building php #6

Closed
1 task done
frantsao opened this issue Aug 20, 2020 · 0 comments
Closed
1 task done

Fix number of jobs building php #6

frantsao opened this issue Aug 20, 2020 · 0 comments
Assignees

Comments

@frantsao
Copy link
Collaborator

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

  1. 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.

@frantsao frantsao changed the title Fix number of jobs making php Fix number of jobs builfing php Aug 20, 2020
@frantsao frantsao changed the title Fix number of jobs builfing php Fix number of jobs building php Aug 20, 2020
@frantsao frantsao self-assigned this Aug 20, 2020
frantsao pushed a commit that referenced this issue Aug 21, 2020
frantsao pushed a commit that referenced this issue Aug 21, 2020
frantsao pushed a commit that referenced this issue Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant