Skip to content

Commit f95bc23

Browse files
committed
[SPARK-52835] Fix the default value of operatorContainer memory to 2Gi from 4Gi
1 parent b504f8f commit f95bc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ following table:
8181
| operatorDeployment.operatorPod.operatorContainer.envFrom | Custom envFrom to be added to the operator container, e.g. for downward API. | |
8282
| operatorDeployment.operatorPod.operatorContainer.probes | Probe config for the operator container. | |
8383
| operatorDeployment.operatorPod.operatorContainer.securityContext | Security context overrides for the operator container. | run as non root for baseline secuirty standard compliance |
84-
| operatorDeployment.operatorPod.operatorContainer.resources | Resources for the operator container. | memory 4Gi, ephemeral storage 2Gi and 1 cpu |
84+
| operatorDeployment.operatorPod.operatorContainer.resources | Resources for the operator container. | memory 2Gi, ephemeral storage 2Gi and 1 cpu |
8585
| operatorDeployment.additionalContainers | Additional containers to be added to the operator pod, e.g. sidecar. | |
8686
| operatorRbac.serviceAccount.create | Whether to create service account for operator to use. | true |
8787
| operatorRbac.serviceAccount.name | Name of the operator Role. | `"spark-operator"` |

0 commit comments

Comments
 (0)