Skip to content

Commit

Permalink
Decrease lighthouse machine CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantoledo committed Mar 16, 2018
1 parent 1e4681a commit 460f08f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lighthouse_machine/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ runtime: custom
env: flex
service: lighthouse-machine
automatic_scaling:
min_num_instances: 4
max_num_instances: 12
min_num_instances: 2
max_num_instances: 8
cool_down_period_sec: 60
cpu_utilization:
target_utilization: 0.6

resources:
cpu: 2
memory_gb: 8
cpu: 1
memory_gb: 6
disk_size_gb: 10

handlers:
Expand Down

0 comments on commit 460f08f

Please sign in to comment.