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
|
memory: 500Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 3Gi
|
memory: 3Gi
|
||||||
|
args:
|
||||||
|
- "--proactor_threads=4"
|
||||||
snapshot:
|
snapshot:
|
||||||
cron: "*/5 * * * *"
|
cron: "*/5 * * * *"
|
||||||
persistentVolumeClaimSpec:
|
persistentVolumeClaimSpec:
|
||||||
|
|
Loading…
Reference in a new issue