drzyeetvt41077335 2014-10-27 21:50
浏览 62
已采纳

内存分配失败:在PHP,SoapClient上增加缓冲区

I am running SOAP client from php and laravel to get a 2mb xml from magento. Sometimes the call succeeds, but mostly it fails with this message:

ErrorException (E_UNKNOWN)

SoapClient::__call(): Memory allocation failed : growing buffer

Any ideas how to fix that? memory_limit in php.ini is set to 1024M

  • 写回答

2条回答 默认 最新

  • dpjjr42626 2014-10-31 21:21
    关注

    Seems that the server was running out of ram. I increased ram from 2GB to 4GB and everything worked smoothly

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?