Memcached 块限制
为什么 memcached 中有硬编码块限制(压缩后 0.5 meg)? 有人重新编译过它吗? 我知道我不应该发送这样的大块,但这些额外的重块时常发生在我身上并造成严重破坏。
Why is there a hardcoded chunk limit (.5 meg after compression) in memcached? Has anyone recompiled theirs to up it? I know I should not be sending big chunks like that around, but these extra heavy chunks happen for me from time to time and wreak havoc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题曾经出现在官方常见问题解答
我可能会遇到哪些 memcached 限制? (时光机)
引用:
常见问题解答现已修订,现在有两个单独的问题涉及此问题:
最大密钥长度是多少?(250 字节)
为什么项目大小限制为 1 MB?
This question used to be in the official FAQ
What are some limits in memcached I might hit? (Wayback Machine)
To quote:
The FAQ has now been revised and there are now two separate questions covering this:
What is the maxiumum key length? (250 bytes)
Why are items limited to 1 megabyte in size?