summaryrefslogtreecommitdiff
path: root/etc/memcache.conf-sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/memcache.conf-sample')
-rw-r--r--etc/memcache.conf-sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/memcache.conf-sample b/etc/memcache.conf-sample
index 18faa668e..b375eb402 100644
--- a/etc/memcache.conf-sample
+++ b/etc/memcache.conf-sample
@@ -56,3 +56,9 @@
# specified in tls_certfile. If tls_enabled is False, this option
# is ignored.
# tls_keyfile =
+#
+# If an item size ever gets above item_size_warning_threshold then a warning will be
+# logged. This can be used to alert when memcache item sizes are getting to their limit.
+# It's an absolute size in bytes. Setting the value to 0 will warn on every memcache set.
+# A value of -1 disables the warning.
+# item_size_warning_threshold = -1