~ce-hyperscale/charms/precise/memcached/arm64-trusty

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Jorge O. Castro
  • Date: 2014-01-15 20:04:13 UTC
  • Revision ID: jorge@ubuntu.com-20140115200413-bxijgayaq4a8mlcl
Add scale out usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
## Scale out Usage
28
28
 
29
 
This charm currently does not have any scale out workloads implemented
 
29
You can 
 
30
 
 
31
    juju add-unit memcached
 
32
 
 
33
To add more units. Memcached doesn't share load, it's very simple and the clients have the intelligence to know which server to pick. 
30
34
 
31
35
## Known Limitations and Issues
32
36
 
33
 
- This charm does not implement scale out functionality at this time, so `juju add-unit memcached` will not properly autoscale. This is filed as bug #[1269537](https://bugs.launchpad.net/charms/+source/memcached/+bug/1269537).
34
 
 
35
37
# Configuration
36
38
 
37
39
Standard configuration options are provided, we recommend scanning the [Memcached documentation](https://code.google.com/p/memcached/wiki/NewConfiguringServer) before tweaking the default configuration.