Skip to content

Commit

Permalink
METAFLOW_S3OP_NUM_WORKERS from 10 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi committed Dec 7, 2023
1 parent 68e0d8b commit fe315c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/aip/aip_metaflow_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def aip_metaflow_step(

if is_join_step and "METAFLOW_S3OP_NUM_WORKERS" not in os.environ:
# AIP-7487: Metaflow joins steps require lots of memory
os.environ["METAFLOW_S3OP_NUM_WORKERS"] = "10"
os.environ["METAFLOW_S3OP_NUM_WORKERS"] = "5"

env: Dict[str, str] = {
**os.environ,
Expand Down

0 comments on commit fe315c9

Please sign in to comment.