Maintain basic performance of virtual machines

leihy

New Member
Jun 26, 2025
1
0
1
我使用了 PVE8.4 系统并安装了 64 个虚拟机,每个虚拟机都配置了 4 个内核。我想保证在服务器的高负载下,每个虚拟机至少有 2 个基础资源保护核心。我该怎么办?
 
Google Translate:
I have a PVE8.4 system and installed 64 VMs, each with 4 cores. I want to ensure that each VM has at least 2 cores of basic resource protection under high load on the server. What should I do?

Each VM has just a bunch of Linux processes, so a resource scheduling like you descibed is not possible directly in PVE and may be counter productive. All processes / VMs share the resources so that all will be slower if over committed, yet no one can starve the other. If you want to mess with the linux scheduling, look into renice in order to give single processes a higher nice level, yet this cannot be done via PVE directly.