Skip to content

Commit 8b8c754

Browse files
authored
Increase the memory of the search service instances. (#9135)
1 parent 257bb60 commit 8b8c754

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
44
## Next Release (replace with git tag when deployed)
55
* Bump runtimeVersion to `2025.12.16`.
66
* Upgraded stable Flutter analysis SDK to `3.38.5`.
7+
* Increased the memory of the `search` service instances.
78

89
## `20251209t095900-all`
910
* Bump runtimeVersion to `2025.12.09`.

search.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ env: flex
77
service: search
88

99
resources:
10-
cpu: 4
11-
# This is the max memory we can request for 2 cpus.
10+
cpu: 8
11+
# This is the max memory we can request for 8 cpus.
1212
# https://cloud.google.com/appengine/docs/flexible/reference/app-yaml?tab=python
13-
memory_gb: 25.6
13+
memory_gb: 51.6
1414
disk_size_gb: 25
1515

1616
#manual_scaling:

0 commit comments

Comments
 (0)