Skip to content

Commit

Permalink
Fix memory alloc too large
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Oct 6, 2017
1 parent 9db93f3 commit b035fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resources:
cpu: 1
# Instances support between [(cpu * 0.9) - 0.4, (cpu * 6.5) - 0.4]
# Actual memory available is exposed via GAE_MEMORY_MB environment variable.
memory_gb: 8
memory_gb: 6

# TODO - Do we need any disk? Adjust once we understand requirements.
disk_size_gb: 10
Expand Down

0 comments on commit b035fa1

Please sign in to comment.