mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-14 21:35:55 +08:00
chore: tweak cpu
This commit is contained in:
parent
62fb6cff94
commit
858e52fe2e
@ -551,10 +551,10 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
|
||||
@CloudHTTPv2({
|
||||
runtime: {
|
||||
memory: '4GiB',
|
||||
cpu: 4,
|
||||
cpu: 2,
|
||||
timeoutSeconds: 300,
|
||||
concurrency: 22,
|
||||
maxInstances: 455,
|
||||
concurrency: 16,
|
||||
maxInstances: 625,
|
||||
},
|
||||
tags: ['Crawler'],
|
||||
httpMethod: ['get', 'post'],
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e7216f6ed7aaee80068ffabce78a37ce66b9c50e
|
||||
Subproject commit 7a221b7a8d5fd0244f33dd5dc9d62ce551c5bded
|
Loading…
x
Reference in New Issue
Block a user