Skip to content

Commit

Permalink
Merge pull request #18528 from fdupont-redhat/v2v_add_default_throttl…
Browse files Browse the repository at this point in the history
…ing_setting_cpu_and_network

[V2V] Add default setting for CPU and network limits per conversion host, and max concurrent tasks per EMS
  • Loading branch information
agrare authored Mar 7, 2019
2 parents bcc55f9 + fd4d5e7 commit a921fcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,10 @@
:purge_window_size: 1000
:transformation:
:limits:
:max_concurrent_tasks_per_ems: 10
:max_concurrent_tasks_per_host: 10
:cpu_limit_per_host: unlimited
:network_limit_per_host: unlimited
:ui:
:mark_translated_strings: false
:url:
Expand Down

0 comments on commit a921fcf

Please sign in to comment.