nwangtw commented on issue #3494: how to reduce cpu resource requirement?
URL: 
https://github.com/apache/incubator-heron/issues/3494#issuecomment-602019721
 
 
   The default cpu config is 1 for each component. Container requires some 
overhead hence there is no way to schedule instances into containers. To fix 
the problem, you need to config the cpu requirement for each component to be 
less than 1.
   
   I have created a PR to show how to config. For now we have to use the low 
level config because the it is not convenient to config components with the 
Streamlet config class.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to