fix(xtractor): Reduce core requirement to 8

This means we can run 8 in parallelle on the 64 core nodes.
Since it's very IO heavy.
This commit is contained in:
2026-01-21 10:38:06 +01:00
parent 17c4e9dd22
commit efacb2a332

View File

@@ -84,7 +84,7 @@ type XtractActor(host: ActorHost, slurm: SlurmClient, settings: Common.Settings,
let grp = if g.Length > 0 then g[0] else ""
let dep = None
let part = partition |> Option.defaultValue "short"
let cpt = 16
let cpt = 8
taskResult {
let! archiveName =