windhamwong edited a comment on pull request #3741:
URL: https://github.com/apache/incubator-heron/pull/3741#issuecomment-986203544
I don't have problem with the PVC but just wondering, do we need
```
--config-property heron.kubernetes.executor.limits.cpu=5 \
--config-property heron.kubernetes.executor.limits.memory=6Gi \
--config-property heron.kubernetes.executor.requests.cpu=2 \
--config-property heron.kubernetes.executor.requests.memory=1Gi \
```
as we already got
```
constants.TOPOLOGY_CONTAINER_CPU_REQUESTED
constants.TOPOLOGY_CONTAINER_RAM_REQUESTED
```
in each topology.
Will there be a way to implement the config in topology constants so we can
change the value for specific topology?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]