Out of memory
Closed this issue · 1 comments
ocasti commented
Hi, i implement the plugin and apache show memory exausted error:
1GB of memory for php and not work!.
PHP Fatal error: Out of memory (allocated 991952896) (tried to allocate 262144 bytes)
cdgco commented
Hi,
You can try increasing your memory limit in your php.ini file with the value:
memory_limit = 32M
or in a .htaccess file with the value:
php_value memory_limit 32M
I am unsure if this will fix the problem though, and I am unsure how much support I can offer as while I built the integration, the underlying software which is throwing this error is MostaFTP, not VWI or the plugin.