Jump to content

Verständnisfrage: CPU Pinning & CPU Isolation


Recommended Posts

Hallo zusammen,

 

ich habe auf meinen Unraid Server mehre VM ich verstehe das Thema CPU Pinning & CPU Isolation noch nicht so richtig.

 

Die Kubernetes VMs sind normale Ubuntu Server Maschine der VM sind die gleichen Cores zugewiesen wie hier unter CPU Pinning

Die Ubuntu und Windows-10-Gaming Maschine haben eine RTX 3060 (die gleiche) per Passthrough durchgerecht es läuft immer nur eine VM

 

Die Deployment und Build Server sind auch normale Ubutun Server Maschinen.

Wie sollte dieses nun richtig konfiguriert werden?

grafik.png.d27d40f9774ad7b56aac1c44e204ecd1.png

 

grafik.png.df0992c7345a6f550598f6790c9dda88.png

 

Die Windows VM hat die CPUs wie folgt zugewiesen bekommen.

 

 <vcpu placement='static'>12</vcpu>
  <cputune>
    <vcpupin vcpu='0' cpuset='3'/>
    <vcpupin vcpu='1' cpuset='15'/>
    <vcpupin vcpu='2' cpuset='4'/>
    <vcpupin vcpu='3' cpuset='16'/>
    <vcpupin vcpu='4' cpuset='5'/>
    <vcpupin vcpu='5' cpuset='17'/>
    <vcpupin vcpu='6' cpuset='6'/>
    <vcpupin vcpu='7' cpuset='18'/>
    <vcpupin vcpu='8' cpuset='7'/>
    <vcpupin vcpu='9' cpuset='19'/>
    <vcpupin vcpu='10' cpuset='8'/>
    <vcpupin vcpu='11' cpuset='20'/>
    <emulatorpin cpuset='0,10'/>
  </cputune>

 

Den Artikel unter Anleitungen habe ich gelesen aber noch nicht sorichtig verstanden glaube ich.

 

Vielen Dank für Eure Hilfe schon mal im vorraus.

 

Viele Grüße

Thorsten

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...