fix: scheduler memory 128Mi→256Mi, fix backfill script SQL param bug
This commit is contained in:
@@ -19,8 +19,8 @@ services:
|
||||
tier: orchestration
|
||||
secrets: [stonks-core-secrets]
|
||||
resources:
|
||||
requests: { cpu: 50m, memory: 64Mi }
|
||||
limits: { cpu: 200m, memory: 128Mi }
|
||||
requests: { cpu: 50m, memory: 128Mi }
|
||||
limits: { cpu: 200m, memory: 256Mi }
|
||||
|
||||
symbolRegistry:
|
||||
replicas: 1
|
||||
|
||||
Reference in New Issue
Block a user