Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Round Robin minimum RAM requirement descreasing to 16MB #3678

Merged
merged 1 commit into from
Feb 27, 2021

Conversation

windhamwong
Copy link
Contributor

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

Copy link
Contributor

@nwangtw nwangtw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicknezis nicknezis merged commit 2956293 into master Feb 27, 2021
@nicknezis nicknezis deleted the roundrobin-16MB branch February 27, 2021 20:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants