Skip to content

Commit 95b4920

Browse files
authored
Increase search instance's memory (and core count). (#8833)
1 parent acc82e6 commit 95b4920

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
66
* Upgraded stable Flutter analysis SDK to `3.32.4`.
77
* Note: started to export `/api/packages/<package>/[likes|options|publisher|score]` endpoints.
88
* Note: search instance uses separate isolate for predicate-only queries.
9+
* Note: increased search instance's CPU core count to 4, memory to 25GB.
910

1011
## `20250619t085100-all`
1112
* Bump runtimeVersion to `2025.06.03`.

search.yaml

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

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

1616
#manual_scaling:

0 commit comments

Comments
 (0)