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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user