Limit to 4 threads for the pool.
This commit is contained in:
parent
7791f0213d
commit
474384ea28
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ spec:
|
|||
memory: 500Mi
|
||||
limits:
|
||||
memory: 3Gi
|
||||
args:
|
||||
- "--proactor_threads=4"
|
||||
snapshot:
|
||||
cron: "*/5 * * * *"
|
||||
persistentVolumeClaimSpec:
|
||||
|
|
Loading…
Reference in a new issue