nomagick commited on
Commit
ffc6899
·
unverified ·
1 Parent(s): e417cd8

chore: reduce resource

Browse files
backend/functions/src/cloud-functions/crawler.ts CHANGED
@@ -274,9 +274,10 @@ ${this.content}
274
  })
275
  @CloudHTTPv2({
276
  runtime: {
277
- memory: '8GiB',
 
278
  timeoutSeconds: 300,
279
- concurrency: 22,
280
  maxInstances: 455,
281
  },
282
  openapi: {
 
274
  })
275
  @CloudHTTPv2({
276
  runtime: {
277
+ memory: '4GiB',
278
+ cpu: 2,
279
  timeoutSeconds: 300,
280
+ concurrency: 11,
281
  maxInstances: 455,
282
  },
283
  openapi: {