Skip to content

NUM_PROC_THREADS not being honored when processing input. #9234

@ferdymercury

Description

@ferdymercury

Describe the bug
In an 8-thread computer, I enable NUM_PROC_THREADS to 4 when building my documentation. However, in some steps, doxygen uses 8 even if I told him to only use 4. In other steps, it correctly respects the maximum.

Expected behavior
It always respects the maximum.

Screenshots
doxygen's output is very clear about this:

...
Processing input using 8 threads.
...
Generating code files using 4 threads.
...

To Reproduce
Just turn in any project NUM_PROC_THREADS to half of your max number of threads, and check the output.

Version
1.9.4 (91095fb62f0bc2c624b0e8e49d9316f51be76559*)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions