Skip to content

Commit

Permalink
[pelias] bump whosonfirst importer memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Oct 5, 2023
1 parent 99d2895 commit ca9a98a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/pelias/docker-compose-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ services:
depends_on:
- pelias_elasticsearch
pelias_whosonfirst:
image: pelias/whosonfirst:master
# Occasionally the containers need to be updated to fit the ever-growing dataset
# See https://github.com/pelias/whosonfirst/pull/540
image: ghcr.io/michaelkirk-pelias/whosonfirst:bump-importer-mem
container_name: pelias_whosonfirst
volumes:
- "./pelias.json:/code/pelias.json"
Expand Down

0 comments on commit ca9a98a

Please sign in to comment.