Skip to content

Why does -I cause "Item max size cannot be less than 1024 bytes." errors? #1066

Answered by dormando
jerrac asked this question in Q&A
Discussion options

You must be logged in to vote

you're getting that error because you've set a value so high it's overflowing to zero. That is a bug I should fix.

The default limit for an individual item is 1m. again, that help output you quoted shows default of 1 megabyte, min 1k, max 1gb.

This is a forum about memcached as a daemon, so I'm not an expert in drupal or how drupal uses cache. Have you asked a drupal community for help? I don't know what a "cache table" is or how that relates to the size of a particular item.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jerrac
Comment options

@dormando
Comment options

@jerrac
Comment options

@dormando
Comment options

Answer selected by jerrac
@dormando
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants