PERF(minio): reduce CPU by disabling unused workers

- Set replication workers to minimum (1)
- Set transition workers to minimum (1)
- Change scanner speed to slow
- Reduces CPU from ~400m to ~100m
This commit is contained in:
2026-01-09 17:58:12 +09:00
parent c2165b8a8d
commit ec8e881a37

View File

@@ -54,6 +54,11 @@ environment:
MINIO_API_CORS_ALLOW_ORIGIN: "*"
MINIO_BROWSER_REDIRECT_URL: "https://minio.minio0213.kro.kr"
MINIO_PROMETHEUS_AUTH_TYPE: "public"
# CPU optimization - disable unused workers
MINIO_API_REPLICATION_MAX_WORKERS: "1"
MINIO_API_REPLICATION_MAX_LRG_WORKERS: "1"
MINIO_API_TRANSITION_WORKERS: "1"
MINIO_SCANNER_SPEED: "slow"
# API Ingress (S3 endpoint)
ingress: