Spaces:
Build error
Build error
chore: tweak deployment
Browse files
backend/functions/src/cloud-functions/searcher.ts
CHANGED
|
@@ -64,7 +64,7 @@ export class SearcherHost extends RPCHost {
|
|
| 64 |
@CloudHTTPv2({
|
| 65 |
runtime: {
|
| 66 |
cpu: 4,
|
| 67 |
-
memory: '
|
| 68 |
timeoutSeconds: 300,
|
| 69 |
concurrency: 4,
|
| 70 |
maxInstances: 200,
|
|
|
|
| 64 |
@CloudHTTPv2({
|
| 65 |
runtime: {
|
| 66 |
cpu: 4,
|
| 67 |
+
memory: '16GiB',
|
| 68 |
timeoutSeconds: 300,
|
| 69 |
concurrency: 4,
|
| 70 |
maxInstances: 200,
|