fix(xtractor): Reduce to 4 cores per task
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 = 8
|
||||
let cpt = 4
|
||||
|
||||
taskResult {
|
||||
let! archiveName =
|
||||
|
||||
Reference in New Issue
Block a user