mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
devices.test-pc: test dedicated memory and cpu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user