DaanHoogland commented on pull request #4497:
URL: https://github.com/apache/cloudstack/pull/4497#issuecomment-741793169
i have an offering with 3 cores 256 MHz and get a vm with
```
...
<vcpu placement='static'>3</vcpu>
<cputune>
<shares>384</shares>
</cputune>
...
<cpu>
<topology sockets='3' cores='1' threads='1'/>
</cpu>
```
default was
```
...
<vcpu placement='static'>1</vcpu>
<cputune>
<shares>250</shares>
</cputune>
...
<cpu>
<topology sockets='1' cores='1' threads='1'/>
</cpu>
...
...
```
QED
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]