Bugfix/cpu topology (#11)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
7be1c407fe
commit
6491742eb0
1 changed files with 2 additions and 2 deletions
|
|
@ -88,9 +88,9 @@
|
|||
<#if vm.maximumCpus gt 1>
|
||||
- [ "-smp", "1,maxcpus=${ vm.maximumCpus }\
|
||||
<#if vm.sockets gt 0>,sockets=${ vm.sockets }</#if>\
|
||||
<#if vm.diesPerSocket gt 0>,cores=${ vm.diesPerSocket }</#if>\
|
||||
<#if vm.diesPerSocket gt 0>,dies=${ vm.diesPerSocket }</#if>\
|
||||
<#if vm.coresPerDie gt 0>,cores=${ vm.coresPerDie }</#if>\
|
||||
<#if vm.threadsPerCore gt 0>,cores=${ vm.threadsPerCore }</#if>" ]
|
||||
<#if vm.threadsPerCore gt 0>,threads=${ vm.threadsPerCore }</#if>" ]
|
||||
</#if>
|
||||
<#if vm.accelerator != "none">
|
||||
- [ "-accel", "${ vm.accelerator }" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue