Skip to content

Commit

Permalink
try much smaller memory footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Jun 4, 2019
1 parent f19e2cc commit a96e2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions annotator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ service: annotator

# TODO(dev): adjust CPU and memory based on actual requirements.
resources:
cpu: 20
cpu: 10
# Instances support between [(cpu * 0.9) - 0.4, (cpu * 6.5) - 0.4]
# Actual memory available is exposed via GAE_MEMORY_MB environment variable.
# Service now loads ALL datasets, so it needs quite a lot of memory.
memory_gb: 129
memory_gb: 64

# Annotation service uses disk for loading legacy Geolite datasets. It now loads many
# concurrently, so needs a lot of disk space.
Expand Down

0 comments on commit a96e2bd

Please sign in to comment.