nixos/colony: Fix hyperthreading in VMs
This commit is contained in:
parent
7234d2c96f
commit
47a34b6dec
@ -47,6 +47,7 @@
|
|||||||
instances = {
|
instances = {
|
||||||
estuary = {
|
estuary = {
|
||||||
uuid = "27796a09-c013-4031-9595-44791d6126b9";
|
uuid = "27796a09-c013-4031-9595-44791d6126b9";
|
||||||
|
cpu = "host,topoext";
|
||||||
smp = {
|
smp = {
|
||||||
cpus = 2;
|
cpus = 2;
|
||||||
threads = 2;
|
threads = 2;
|
||||||
@ -66,6 +67,7 @@
|
|||||||
|
|
||||||
shill = {
|
shill = {
|
||||||
uuid = "fc02d8c8-6f60-4b69-838a-e7aed6ee7617";
|
uuid = "fc02d8c8-6f60-4b69-838a-e7aed6ee7617";
|
||||||
|
cpu = "host,topoext";
|
||||||
smp = {
|
smp = {
|
||||||
cpus = 12;
|
cpus = 12;
|
||||||
threads = 2;
|
threads = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user