is there any way to overcome a memory limitation while compressing a large directory with the codeigniter zip library. I have roughly 4,000 pdfs I’m trying to backup.
can I use an
INI SET('memory_limit, 'XXXM');
?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, that will update the memory_limit for the session. However, it might be better to throttle a call to a script that will do a subset of pdfs.