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.
我想在我的一个 heroku php 应用程序中增加 apcu 缓存大小。我创建了 .user.ini 文件,并按照 heroku 文档中给出的说明在其中添加了以下行。
apc.shm_size=64M
但是当我检查 phpinfo 时,我看不到分配的内存发生了变化。它继续保持在 32M。我做错了什么?