Skip to content

Commit

Permalink
Merge pull request #592 from epfml/NAN-gcloud-s314cy
Browse files Browse the repository at this point in the history
Reduce GCloud usage
  • Loading branch information
s314cy authored Aug 2, 2023
2 parents a65b346 + e961e3a commit c168efd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ runtime: custom
env: flex

# Limit resources to one instance, one CPU, very little memory or disk.
manual_scaling:
instances: 1
resources:
cpu: 2
memory_gb: 4
disk_size_gb: 20
automatic_scaling:
min_instances: 0
max_instances: 1
instance_class: F1

0 comments on commit c168efd

Please sign in to comment.