Skip to content

Commit

Permalink
Reduce chunk and batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 23, 2024
1 parent 8b08a78 commit d4e5e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ actions:

# The minimum number of origins to include in a job. Higher = fewer jobs
# that take longer. Lower = more jobs that finish quicker
origin_min_chunk_size: 900
origin_min_chunk_size: 100

# The max number of destination splits to create for a workflow
destination_n_chunks: 4
Expand All @@ -46,7 +46,7 @@ times:

# Maximum size of chunk of origins AND destinations to process in a single call to
# Valhalla. This is necessary because larger matrices will cause it to choke
max_split_size: 150
max_split_size: 100

# Coordinates are snapped to the OSM street network before time calculation.
# Setting this to true will use the snapped coordinates directly in the
Expand Down

0 comments on commit d4e5e78

Please sign in to comment.