VirtualBox

Changeset 77202 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 7, 2019 5:01:43 PM (6 years ago)
Author:
vboxsync
Message:

EFI: more parallelism (it does have an impact, but there's a lot of low CPU usage between the few peaks)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/Makefile.kmk

    r77201 r77202  
    242242VBOX_EFI_MAX_THREADS := 1
    243243if defined(KMK_OPTS_JOBS) && "$(KBUILD_HOST)" == "win"
    244  VBOX_EFI_MAX_THREADS := $(if-expr $(KMK_OPTS_JOBS) > 0,$(expr $(KMK_OPTS_JOBS) / 2),$(expr $(NUMBER_OF_PROCESSORS) / 2))
     244 VBOX_EFI_MAX_THREADS := $(if-expr $(KMK_OPTS_JOBS) > 0,$(expr $(KMK_OPTS_JOBS) / 2),$(NUMBER_OF_PROCESSORS))
    245245endif
    246246
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette