github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/api/query/cache/service/app.yaml (about)

     1  runtime: custom
     2  env: flex
     3  service: searchcache
     4  
     5  # AppEngine Flex supports custom machine types with up to 32 vCPUs.
     6  # Custom machine type specifications:
     7  # https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#specifications
     8  # Relevant AppEngine Flex documentation:
     9  # https://cloud.google.com/appengine/docs/flexible/nodejs/reference/app-yaml#resource-settings
    10  resources:
    11    # TODO: Would prefer up to 96 CPUs for performance and memory capacity if/when
    12    # available on AppEngine Flex.
    13    cpu: 32
    14    memory_gb: 207.5 # Max: FloorToNearest256MB(32 vCPU * 6.5 - 0.4) = 207.5 GB
    15  
    16  manual_scaling:
    17    instances: 2
    18  
    19  liveness_check:
    20    path: "/_ah/liveness_check"
    21  
    22  readiness_check:
    23    path: "/_ah/readiness_check"
    24  
    25  network:
    26    name: default
    27  
    28  env_variables:
    29    REDISHOST: "10.171.142.203"
    30    REDISPORT: "6379"