Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batched Packed and Distributed Allocations #804

Merged
merged 5 commits into from
Jun 12, 2019

Commits on Jun 4, 2019

  1. Batched Packed and Distributed Allocations

    This implements a batching algorithm for Packed and Distributed
    GameServerAllocations (GSA).
    
    This ensures that we can still get high throughout on GSA's, while
    retaining a tight packing of Allocated GameServers on each node with
    the Packed strategy.
    
    The Distributed strategy is now implemented with a randomised Allocation
    process, so ensure distributed load under this strategy.
    
    Closes googleforgames#783
    markmandel committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    22861c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f6e3db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad74016 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    60639f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    bfb7b53 View commit details
    Browse the repository at this point in the history