Merge lp:~pavel-pachkovskij/charms/precise/memcached/fixed-factor-default into lp:charms/memcached

Proposed by Pavel Pachkovskij
Status: Merged
Merged at revision: 55
Proposed branch: lp:~pavel-pachkovskij/charms/precise/memcached/fixed-factor-default
Merge into: lp:charms/memcached
Diff against target: 28 lines (+5/-5)
1 file modified
config.yaml (+5/-5)
To merge this branch: bzr merge lp:~pavel-pachkovskij/charms/precise/memcached/fixed-factor-default
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+177579@code.launchpad.net

Description of the change

#1206491 Memcached service doesn't start Edit

https://bugs.launchpad.net/charms/+source/memcached/+bug/1206491

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'config.yaml'
--- config.yaml 2013-04-15 11:11:09 +0000
+++ config.yaml 2013-07-30 12:38:26 +0000
@@ -19,7 +19,7 @@
19 tcp-port:19 tcp-port:
20 description: TCP port to listen on. (memcached option -p)20 description: TCP port to listen on. (memcached option -p)
21 default: 1121121 default: 11211
22 type: int 22 type: int
23 udp-port:23 udp-port:
24 description: UDP port to listen on (memcached option -U)24 description: UDP port to listen on (memcached option -U)
25 default: 025 default: 0
@@ -33,11 +33,11 @@
33 factor:33 factor:
34 description: |34 description: |
35 Use <factor> as the multiplier for computing the sizes of memory35 Use <factor> as the multiplier for computing the sizes of memory
36 chunks that items are stored in. A lower value may result36 chunks that items are stored in. A lower value may result in less
37 in less wasted memory depending on the total amount of memory37 wasted memory depending on the total amount of memory available
38 available and the distribution of item size.38 and the distribution of item sizes. The default is 1.25.
39 type: float39 type: float
40 default: -1.040 default: 1.25
41 min-item-size:41 min-item-size:
42 description: |42 description: |
43 Allocate a minimum of <size> bytes for the item key, value,43 Allocate a minimum of <size> bytes for the item key, value,

Subscribers

People subscribed via source and target branches

to all changes: