fix(xtractor): Reduce to 4 cores per task

This commit is contained in:
2026-01-21 13:49:19 +01:00
parent 777cf1a31d
commit 8e824d4afa

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 = 8
let cpt = 4
taskResult {
let! archiveName =