PDFMerger icon indicating copy to clipboard operation
PDFMerger copied to clipboard

breaks on large pdfs

Open brandonrunyon opened this issue 12 years ago • 4 comments

Does not appear to work on larger projects (700+ pages). Does not create a file when all pages added.

system: Linux/Generic i368 PHP 5.X

brandonrunyon avatar Jun 04 '13 22:06 brandonrunyon

I will have a look at the issue.

myokyawhtun avatar Jun 06 '13 01:06 myokyawhtun

Hi,

I have similar problem, over 1000 sinlgle page pdfs, that I need to merge into one.

Locally it is working fine, but on server I am getting error: "...failed to open stream: Too many open files in ...", that is related to system.

So, problem is with too many files opened, now do you have any ideas or work-around how this can be solved.

Thanks

muhamed-didovic avatar Nov 18 '14 10:11 muhamed-didovic

@muhamed-didovic look here https://stackoverflow.com/questions/14748499/fatal-error-too-many-open-files https://superuser.com/questions/871276/failed-to-open-stream-too-many-open-files-php-1024-maximum-limit-redhat-wh

seyfer avatar Oct 23 '17 12:10 seyfer

Seems it would be best to close files as you go. Open file > process content > close file > open next file... etc.

strider72 avatar Oct 17 '18 21:10 strider72