Skip to content

Commit

Permalink
Increase RAM (#293)
Browse files Browse the repository at this point in the history
* Increase RAM
* Remove go get etl
  • Loading branch information
stephen-soltesz authored Mar 8, 2022
1 parent fa227b3 commit f83cb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ script:
# Run benchmarks
- go test -bench . ./geolite2v2/...

# Check dependent projects
- go get -t github.com/m-lab/etl/...
- go vet github.com/m-lab/etl/...

# Build and prepare for deployment
- go build
- $TRAVIS_BUILD_DIR/travis/install_gcloud.sh
Expand Down
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: 40
cpu: 44
# 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: 259
memory_gb: 280

# 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 f83cb7a

Please sign in to comment.