mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 19:15:56 +08:00
feat: change deployment machine type to improve cpu utilization
This commit is contained in:
parent
b9124a2ec1
commit
db432645c3
@ -131,9 +131,9 @@ export class CrawlerHost extends RPCHost {
|
||||
@CloudHTTPv2({
|
||||
runtime: {
|
||||
memory: '4GiB',
|
||||
cpu: 2,
|
||||
cpu: 1,
|
||||
timeoutSeconds: 300,
|
||||
concurrency: 8,
|
||||
concurrency: 16,
|
||||
maxInstances: 1250,
|
||||
minInstances: 1,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user