summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-03-11 03:06:26 +0000
committerdormando <dormando@rydia.net>2018-03-14 12:43:44 -0700
commit99b409af7830208aae3fadc92e2ee45b943f1ddc (patch)
treef97bda6bf2b5a950033d1e5a8343f3c951be0efd /scripts
parent7a646616fa176b1771d081d810d5de6bf639446a (diff)
downloadmemcached-99b409af7830208aae3fadc92e2ee45b943f1ddc.tar.gz
Spelling fixes
* automover * avoiding * compress * fails * successfully * success * tidiness
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/memcached-automove2
-rwxr-xr-xscripts/memcached-automove-extstore2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/memcached-automove b/scripts/memcached-automove
index f881129..4a3d3dd 100755
--- a/scripts/memcached-automove
+++ b/scripts/memcached-automove
@@ -54,7 +54,7 @@ def determine_move(history, diffs, totals):
- use age as average over window. smooths over items falling out of WARM.
also gives a little weight: if still evicting, a few more pages than
necessary may be moved, pulling the classes closer together. Hopefully
- avoidnig ping-ponging.
+ avoiding ping-ponging.
"""
# rotate windows
history['w'].append({})
diff --git a/scripts/memcached-automove-extstore b/scripts/memcached-automove-extstore
index db66d8c..4e4e72e 100755
--- a/scripts/memcached-automove-extstore
+++ b/scripts/memcached-automove-extstore
@@ -64,7 +64,7 @@ def determine_move(history, stats, diffs, memfree):
- if global pool is below minimum remove pages from oldest large class.
- if global pool is above maximum, move pages to youngest large class.
- extstore manages a desired number of free chunks in each slab class.
- - autmover adjusts above limits once per minute based on current sizes.
+ - automover adjusts above limits once per minute based on current sizes.
- if youngest is below the age ratio limit of oldest, move a page to it.
"""
# rotate windows