Skip to content

Commit

Permalink
Update config_dataflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jun 10, 2024
1 parent 7cb4770 commit ffb0959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/config_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
c.Bake.prune = 0
c.Bake.bakery_class = "pangeo_forge_runner.bakery.dataflow.DataflowBakery"
c.DataflowBakery.use_dataflow_prime = False
c.DataflowBakery.machine_type = "e2-highmem-2"
c.DataflowBakery.max_num_workers = 100
c.DataflowBakery.machine_type = "e2-highmem-4"
c.DataflowBakery.max_num_workers = 50
c.DataflowBakery.use_public_ips = True
c.DataflowBakery.service_account_email = (
"[email protected]"
Expand Down

0 comments on commit ffb0959

Please sign in to comment.