Questions tagged «memcache»

3
如何增加内存缓存的使用量?
我目前在运行Redhat x86_64 es5和32gb RAM的Xeon 7550服务器上。我已经安装了内存缓存,配置中剩下的唯一步骤就是设置它使用了多少内存。我是在旧服务器上完成此操作的,我在该服务器上通过Filezilla(root用户访问权限)下载了文件并进行了编辑。现在,我不记得我编辑了哪个文件以及整个过程如何进行。我想将内存设置为使用1 GB。 任何有见识的人吗?如果您会提供帮助,请彻底,因为我的Linux服务器知识有限。

3
Memcache基本配置
我已使用memcached pecl扩展名为Drupal网站安装了memcache。一切运行正常,但我仍在努力进行配置设置。 例如,遵循关于drupal.org的建议 You should probably lock down the memcache server so that it only listens for connections from the hosts that need to be served, as the default is that memcache listens to connections from all addresses. So, to close that hole, edit /etc/sysconfig/memcached with: OPTIONS="-l ${HOSTIP}" 问题是我的服务器上没有此文件,无论如何不在此位置。其他一些文章提到了/etc/memcached.conf,但我也找不到该文件。 考虑到/ …

4
如何配置nginx从RAM提供静态内容?
我想将Nginx设置为我的Web服务器。我想将图像文件缓存在内存(RAM)中而不是磁盘中。我正在提供一个小页面,并且希望始终从RAM提供一些图像。我不希望为此使用Varnish(或任何其他此类工具),因为我相信Nginx可以将内容缓存到RAM中。我不确定如何为此配置Nginx?我确实尝试了几种组合,但没有用。Nginx一直使用磁盘来获取图像。 例如,当我尝试使用以下命令测试Apache基准测试时: ab -c 500 -n 1000 http://localhost/banner.jpg 我收到以下错误: socket: Too many open files (24) 我猜这意味着Nginx试图同时从磁盘打开太多文件,而OS不允许此操作。谁能建议我正确的配置?
11 nginx  cache  memcache 

3
memcache.so的问题
我被要求启动其他人建立的网站。这是一个需要运行Memcached的Wordpress商店站点,我一直在使Memcached和memcache php插件在本地服务器上运行时遇到麻烦。在安装memcached和memcache PHP插件之前,我会收到此错误: Fatal error: Class 'Memcache' not found in [Path]wp-content/object-cache.php on line 350 现在,我已经安装了memcached和memcache PHP插件(通过Homebrew),我得到了一个“未收到数据”页面,并在我的Apache错误日志中得到以下错误: dyld: lazy symbol binding failed: Symbol not found: _mmc_queue_pop Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20090626/memcache.so Expected in: flat namespace dyld: Symbol not found: _mmc_queue_pop Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20090626/memcache.so Expected in: flat namespace [Sat May 05 16:38:27 2012] [notice] …
8 php  mac  memcached  memcache  lion 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.