Increase memory limit

前端 未结 4 861
一生所求
一生所求 2021-01-22 08:45

My php script creates PDF on fly, the data comes from mysql db table it works fine till 30 records but more than that it says

I am dompdf from http://code.google.com/p/

4条回答
  •  天命终不由人
    2021-01-22 09:04

    Ok thanks to all I just need to set memory_limit = 94G in dompdf class and now it is creating large pdf but after some minutes browser says "The connection was reset - The connection to the server was reset while the page was loading. etc...." although I increase the execution time up to 3600 sec //ini_set('max_execution_time', 3600)

提交回复
热议问题