diff --git a/backend/functions/src/cloud-functions/searcher.ts b/backend/functions/src/cloud-functions/searcher.ts index e1217be..56c430e 100644 --- a/backend/functions/src/cloud-functions/searcher.ts +++ b/backend/functions/src/cloud-functions/searcher.ts @@ -64,7 +64,7 @@ export class SearcherHost extends RPCHost { @CloudHTTPv2({ runtime: { cpu: 4, - memory: '8GiB', + memory: '16GiB', timeoutSeconds: 300, concurrency: 4, maxInstances: 200,