Skip to content

Commit

Permalink
updating n_procs max to 52
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Mar 25, 2024
1 parent fce2a05 commit abf1204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildstockbatch/schemas/v0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ hpc-postprocessing-spec:
time: int(required=True)
n_workers: int(min=1, max=32, required=False)
node_memory_mb: int(min=85248, max=751616, required=False)
n_procs: int(min=1, max=36, required=False)
n_procs: int(min=1, max=52, required=False)
parquet_memory_mb: int(min=100, max=4096, required=False)


Expand Down

0 comments on commit abf1204

Please sign in to comment.