Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

0.4.1

Compare
Choose a tag to compare
@codepope codepope released this 06 Jun 13:37
· 13 commits to master since this release
5177791

Scalings explain themselves now:

> bach scale hot96
This is a storage scaled deployment.
There are 2 units of 1024 MB storage allocated to it.
This means a storage of 2048MB is available of which, 1024MB is used.
The allocated units give each database node 204MB of RAM.
> bach scale raymond-redisston
This is a memory scaled deployment.
There is 1 unit of 256MB RAM allocated to it.
This means that each database node has of 256MB of RAM.
The allocated units give 1024MB of storage to the deployment.

Changelog

5177791 Merge pull request #21 from compose/scaledetail
c1f0dd5 Scalings now explain themselves