Resource (CPU and Memory) Parameters
This section lists and describes the resource parameters that control CPU and memory (RAM) usage.
By default, resource limits can only be applied to the cloud environment. There are no resource limits for the dev environment. However, you can modify this default behavior if required by including resource-limit.yaml.gotmpl
for the dev environment in Helmfile.
Note: Limits and requests for ephemeral-storage are measured in bytes. You can express storage as a plain integer or as a fixed-point number using one of the following suffixes: E, P, T, G, M, K
You can also use the following power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki
For example, the following represent roughly the same value: 128974848, 129e6, 129M, 123Mi
Parameter | Description | Default Value |
---|---|---|
appserver.resources.requests.memory | Appserver/WebFOCUS Client pod/container reserves requested memory in the system. | 1Gi |
appserver.resources.requests.cpu | Appserver/WebFOCUS Client pod/container reserves requested CPU in the system (500m = 0.5 CPU). | 500m |
appserver.resources.limits.memory | Appserver/WebFOCUS Client container max limit for the memory (RAM). | 2Gi |
appserver.resources.limits.cpu | Edaserver/WebFOCUS Reporting Server container max limit for the CPU. | 1000m |
edaserver.resources.requests.memory | Edaserver/WebFOCUS Reporting Server pod/container reserves requested memory in the system. | 512Mi |
edaserver.resources.requests.cpu | Edaserver/WebFOCUS Reporting Server pod/container reserves requested CPU in the system (1 = 1 CPU). | 1 |
edaserver.resources.limits.memory | Edaserver/WebFOCUS Reporting Server container max limit for the memory (RAM). | 4Gi |
edaserver.resources.limits.cpu | Edaserver/WebFOCUS Reporting Server container max limit for the CPU (2 = 2 CPU). | 2 |
clm.resources.requests.memory | CLM pod/container reserves requested memory in the system. | 256Mi |
clm.resources.requests.cpu | CLM pod/container reserves requested CPU in the system. | 100m |
clm.resources.limits.memory | CLM container max limit for the memory (RAM). | 512Mi |
clm.resources.limits.cpu | CLM container max limit for the CPU. | 500m |
swego.resources.requests.memory | Swego pod/container reserves requested memory in the system. | 256Mi |
swego.resources.requests.cpu | Swego pod/container reserves requested CPU in the system. | 100m |
swego.resources.limits.memory | Swego container max limit for the memory (RAM). | 512Mi |
swego.resources.limits.cpu | Swego container max limit for the CPU. | 250m |
cachemanager.resources.requests.memory | Cache manager pod/container reserves requested memory in the system. | 256Mi |
cachemanager.resources.requests.cpu | Cache manager pod/container reserves requested CPU in the system. | 100m |
cachemanager.resources.limits.memory | Cache manager container max limit for the memory (RAM). | 512Mi |
cachemanager.resources.limits.cpu | Cache manager container max limit for the CPU. | 250m |