Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这似乎是一个新手问题,但我在谷歌上找不到答案。
我有一台 128mb 内存的服务器。我想知道安装 memcache 是否有助于减少服务器负载,比如说我为 memcache 牺牲了 5-10mb 的内存。这还值得吗?如果是,我将如何将内存缓存限制为 5-10mb 的内存?
我认为你应该先用 nginx 替换 apache。这将允许您减少内存使用量,甚至可能低于 64MB,以及服务器负载。
然后,您可以为 memcached 分配最多 60MB 的剩余内存,这将有助于进一步减少负载。