Skip to content

Commit

Permalink
longer startup time, more mem
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Jun 4, 2019
1 parent a96e2bd commit 0a36525
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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: 10
cpu: 11
# 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: 64
memory_gb: 71

# Annotation service uses disk for loading legacy Geolite datasets. It now loads many
# concurrently, so needs a lot of disk space.
Expand Down Expand Up @@ -49,3 +49,4 @@ liveness_check:

readiness_check:
path: "/ready"
app_start_timeout_sec: 600

0 comments on commit 0a36525

Please sign in to comment.