🔧 give linux-builder more resources
This commit is contained in:
parent
4ed771304c
commit
074e771c3a
@ -9,7 +9,22 @@ _: {
|
|||||||
supportedFeatures = [ "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "benchmark" "big-parallel" "kvm" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
extraOptions = ''
|
||||||
linux-builder.enable = true;
|
builders-use-substitutes = true
|
||||||
|
'';
|
||||||
|
linux-builder = {
|
||||||
|
enable = true;
|
||||||
|
ephemeral = true;
|
||||||
|
maxJobs = 4;
|
||||||
|
speedFactor = 2;
|
||||||
|
config = {
|
||||||
|
virtualisation = {
|
||||||
|
darwin-builder = {
|
||||||
|
memorySize = 8 * 1024;
|
||||||
|
};
|
||||||
|
cores = 4;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user