Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)

前端 未结 29 2559
天涯浪人
天涯浪人 2020-11-21 22:57

I have a bunch of client point of sale (POS) systems that periodically send new sales data to one centralized database, which stores the data into one big database for repor

29条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-21 23:44

    Just add a ini_set('memory_limit', '-1'); line at the top of your web page.

    And you can set your memory as per your need in the place of -1, to 16M, etc..

提交回复
热议问题