*梨升级*,如何解决"Allowed memory size of 134217728 bytes exhausted"?

*Pear upgrade*, how to resolve "Allowed memory size of 134217728 bytes exhausted"?

我正在升级我的 pear 安装,运行 遇到了内存问题。我就设置内存限制而言,仍然没有运气。 memory_limit=4G

$ pear upgrade

Allowed memory size of 134217728 bytes exhausted (tried to allocate 130968 bytes) in /usr/local/pear/share/pear/PEAR/Registry.php on line 417

如有任何帮助,我们将不胜感激。在此先感谢您的帮助。

通常有 2 个 php.ini 文件。一个由您的网络服务器 PHP 使用,另一个用于 PHP CLI

运行

> php --ini

查看 php.ini 文件在何处用于您的 PHP CLI 环境,然后在正确的文件中增加 memory_limit

PS 4Gig is way over the top. It looks like you have a setting of 128meg so try increasing to 256M for starters