devices.test-pc: test dedicated memory and cpu

This commit is contained in:
2025-05-31 15:00:10 +08:00
parent 22697b4caf
commit 14683a9711

View File

@@ -29,8 +29,8 @@ inputs:
{
chn =
{
memory.sizeMB = 2048;
cpu.count = 4;
memory = { sizeMB = 2048; dedicated = true; };
cpu = { count = 4; cpuset = "1-4"; };
network =
{
bridge = true;