fix(storage): bump S3 mirror memory limit to 1536Mi, fix OOM on large assets
mc mirror OOM-killed at 512Mi when mirroring large Unity/Unreal game asset files from SeaweedFS to Scaleway S3. Bumped to 1536Mi.
This commit is contained in:
@@ -56,7 +56,7 @@ spec:
|
||||
key: SECRET_ACCESS_KEY
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 1536Mi
|
||||
|
||||
Reference in New Issue
Block a user