sdglhm / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Allowed memory size of 134217728 bytes exhausted (tried to allocate 7680 bytes) #358

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Pass the html to library

What is the expected output? What do you see instead?
I got that message 
Allowed memory size of 134217728 bytes exhausted (tried to allocate 7680 bytes) 
 in 
/home7/prosysco/public_html/102011/dompdf/include/text_frame_reflower.cls.php(38
1) : runtime-created function on line 1

What version of the product are you using? On what operating system?
DOMPDF 0.6.0 beta2 

Please provide any additional information below.

I've expando de memory on my server but I doesnt work
I some times i get this error when I set the memory with 256 mb

i need some help with this issue Thanks!!

Original issue reported on code.google.com by josueru...@gmail.com on 3 Oct 2011 at 11:24

GoogleCodeExporter commented 9 years ago
Can you post the problematic document?

Original comment by eclecticgeek on 4 Oct 2011 at 4:52

GoogleCodeExporter commented 9 years ago
I also have this issue with large PDFs -- PHP crashes when it hits 512MB of 
memory.

Is there a way I can store temporary data on disk instead of in memory?

Original comment by weber...@gmail.com on 8 Feb 2012 at 2:13

GoogleCodeExporter commented 9 years ago
@weberdan not at this time. It's something I think would be useful, but it will 
require a bit of work to implement. Doing this could have a significantly 
impact on rendering time depending on the document, but I think it could be a 
benefit for users on shared hosting.

Original comment by eclecticgeek on 8 Feb 2012 at 3:56

GoogleCodeExporter commented 9 years ago
I have the same problem generating huge files.
400 lines of html code

Allowed memory size of x bytes exhausted (tried to allocate x bytes)

I am using cakephp in shared hosting.

Original comment by elalber...@gmail.com on 14 Mar 2013 at 11:08

GoogleCodeExporter commented 9 years ago
@elalbertgd we've moved the project to github and are no longer tracking issues 
here. But for this particular issue we may be able to best help you on the 
support forum:
https://groups.google.com/forum/#!forum/dompdf

Original comment by eclecticgeek on 15 Mar 2013 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00