MinIO
Properties that can be customized for MinIO are listed here.
| Property | Description | Type | System property | Restart containers required | Value |
|---|---|---|---|---|---|
minio_resources_limits_cpu |
Resource CPU limit for MinIO. Container is allowed to use only this much CPU. | Kubernetes CPU Unit | resources.limits.cpu |
N | |
minio_resources_limits_memory |
Resource Memory limit for MinIO. A container is allowed to use only this much memory. | Units of Bytes Note: For more information about the memory unit, see Memory resource units.
|
resources.limits.memory |
N | |
minio_resources_requests_cpu |
Resource CPU request for MinIO. | Kubernetes CPU Unit | resources.requests.cpu |
N | |
minio_resources_requests_memory |
Resource memory request for MinIO. | Units of Bytes Note: For more information about the memory unit, see Memory resource units.
|
resources.requests.memory |
N | |
minio_resources_limits_hugepages_2mi |
HugePages limit (2 Mi) for MinIO containers. | Kubernetes quantity (multiple of 2 MiB) | resources.limits.hugepages-2Mi |
N |
For more information about how to customize the MinIO properties, see Customization.