admin管理员组

文章数量:1530018

问题:通过cpu passthrough模式,在虚拟机内跑游戏,发现帧数一直上不去,fps很低

解决方案:

修改:
<cpu mode="host-passthrough" check="none" migratable="off">  
    <topology sockets="1" dies="1" cores="5" threads="2"/>  
    <cache mode="passthrough"/>  
    <feature policy="require" name="invtsc"/>  
    <feature policy="require" name="topoext"/>  
</cpu> 

本文标签: 虚拟机性能amdCPU