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
1=== modified file 'config.yaml'
2--- config.yaml 2013-04-15 11:11:09 +0000
3+++ config.yaml 2013-07-30 12:38:26 +0000
4@@ -19,7 +19,7 @@
5 tcp-port:
6 description: TCP port to listen on. (memcached option -p)
7 default: 11211
8- type: int
9+ type: int
10 udp-port:
11 description: UDP port to listen on (memcached option -U)
12 default: 0
13@@ -33,11 +33,11 @@
14 factor:
15 description: |
16 Use <factor> as the multiplier for computing the sizes of memory
17- chunks that items are stored in. A lower value may result
18- in less wasted memory depending on the total amount of memory
19- available and the distribution of item size.
20+ chunks that items are stored in. A lower value may result in less
21+ wasted memory depending on the total amount of memory available
22+ and the distribution of item sizes. The default is 1.25.
23 type: float
24- default: -1.0
25+ default: 1.25
26 min-item-size:
27 description: |
28 Allocate a minimum of <size> bytes for the item key, value,

Subscribers

People subscribed via source and target branches

to all changes: