~mbruzek/charms/precise/memcached/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Pavel Pachkovskij
  • Date: 2013-07-30 12:19:47 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: pavel.pachkovskij@gmail.com-20130730121947-ibi353rtx72vl7p8
fix factor default value

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    tcp-port:
20
20
        description: TCP port to listen on. (memcached option -p)
21
21
        default: 11211
22
 
        type: int   
 
22
        type: int
23
23
    udp-port:
24
24
        description: UDP port to listen on (memcached option -U)
25
25
        default: 0
33
33
    factor:
34
34
        description: |
35
35
            Use <factor> as the multiplier for computing the sizes of memory
36
 
            chunks that items are stored in.  A lower value  may result
37
 
            in less wasted memory depending on the total amount of memory
38
 
            available and the distribution of item size.
 
36
            chunks that items are stored in. A lower value may result in less
 
37
            wasted memory depending on the total amount of memory available
 
38
            and the distribution of item sizes. The default is 1.25.
39
39
        type: float
40
 
        default: -1.0
 
40
        default: 1.25
41
41
    min-item-size:
42
42
        description: |
43
43
            Allocate a minimum of <size> bytes for the item key, value,