简体   繁体   English

memcached可以处理的最大内存

[英]maximum memory memcached can handle

I was looking for the maximum memory that Memcached can handle and how can I configure this property if there is such an option. 我一直在寻找Memcached可以处理的最大内存,以及如果有这样的选项,如何配置此属性。 So far, only thing I could find was the maximum size of the object that Memcached can handle but it is different from what I am looking for. 到目前为止,我唯一能找到的就是Memcached可以处理的最大对象大小,但这与我要寻找的对象不同。

So, to keep it brief, what is the maximum memory that I can allocate for Memcached and how? 因此,为了简短起见,我可以为Memcached分配的最大内存是多少?如何分配?

You can allocate any amount of memory if you have. 您可以分配任意数量的内存。 Run memcached with -m parameter to limit your memory. 使用-m参数运行memcached以限制内存。 See the documentation 请参阅说明文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM