🔧 give linux-builder more resources

This commit is contained in:
James Walker 2024-02-29 16:09:02 -05:00
parent 4ed771304c
commit 074e771c3a
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI

View File

@ -9,7 +9,22 @@ _: {
supportedFeatures = [ "benchmark" "big-parallel" "kvm" ];
}
];
linux-builder.enable = true;
extraOptions = ''
builders-use-substitutes = true
'';
linux-builder = {
enable = true;
ephemeral = true;
maxJobs = 4;
speedFactor = 2;
config = {
virtualisation = {
darwin-builder = {
memorySize = 8 * 1024;
};
cores = 4;
};
};
};
};
}