memory_limit in php.ini

memory_limit in php.ini

Posted by: itchysox
Posted on: 2008-10-20 14:31:00

Hi All, does changing this make any difference? If it does what would be a polite setting? This is in respect of running out of memory at 90M while running a cron.

Cheers

ItchySox

Re: memory_limit in php.ini

Posted by: sXi
Posted on: 2008-10-20 16:10:00

PHP5 default is 32MB, we're spoiled to get 90 by default.

Is the problem cron an actual crontab or part of some script?


Re: memory_limit in php.ini

Posted by: sXi
Posted on: 2008-10-20 16:38:00

If this is about that Joomlacloner problem, have you tried the following?

In reply to:

By setting the option 'Manual Backup' in Configuration your backup will get created in an incremental mode, it will archive a certain number of files per session until it reaches the last file! This way we have split the total backup process into smaller pieces so you can avoid the time limitation! The only requirement of this option is that you have javascript enabled in your browser!



Re: memory_limit in php.ini

Posted by: itchysox
Posted on: 2008-10-20 22:52:00

Yup, same problem. Yeah it's a Cloner php script that's having an issue. I'll nip over to Joomlaplug for a looksee.

Thanks.

ItchySox

Re: memory_limit in php.ini

Posted by: itchysox
Posted on: 2008-10-21 01:39:00

Okeydokey

In reply to:

(Joomlaplug) "First, for the memory limitation, we have introduced the possibility for users to use server utilities instead of php functions to archive the file data. For this you will have to check that you have installed on your server either zip or tar utilities, and mysqldump for mysql backup, and that your hosts allows you to access them through php exec() function."


Erm, is this OK by DH? Do I have to set these up for myself? Can't find anything in the forum or Wiki.

Sorry, coming to the limits of my experience here. tongue

Thanks.



ItchySox

Re: memory_limit in php.ini

Posted by: sXi
Posted on: 2008-10-21 03:56:00

Yep. Your account will meet all those requirements.


Re: memory_limit in php.ini

Posted by: itchysox
Posted on: 2008-10-21 04:57:00

Thanks, onward and upward then. cool

ItchySox

Tags: memory limitinicheers