Skip to content

Commit

Permalink
Merge pull request #75 from edmaas/master
Browse files Browse the repository at this point in the history
restricted the sonata stress service to use cores 0 and 1 to…
  • Loading branch information
mpeuster authored Jan 3, 2017
2 parents 9a5fe10 + 84fa13a commit 7b08023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ virtual_deployment_units:
resource_requirements:
cpu:
vcpus: 1
cores: "1"
cores: "0"
cpu_bw: 0.3
memory:
size: 1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ virtual_deployment_units:
resource_requirements:
cpu:
vcpus: 2
cores: "2,3"
cores: "1"
cpu_bw: 0.33
memory:
size: 0.56
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ virtual_deployment_units:
resource_requirements:
cpu:
vcpus: 3
cores: "3"
cores: "0,1"
cpu_bw: 0.07
memory:
size: 312
Expand Down

0 comments on commit 7b08023

Please sign in to comment.