windhamwong opened a new pull request #3678: URL: https://github.com/apache/incubator-heron/pull/3678
Decrease the minimum requirement of RAM of single instance to 16MB in Round Robin algorithm The original minimum RAM setting is too high for micro spouts/bolts. This helps developers to split programs into much smaller than before. 16MB should fit most of the situation. Round Robin is about dividing the allocated RAM for the single container into required pieces. i.e. 800MB has 50 instances with 16MB RAM ---------------------------------------------------------------- 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: [email protected]
