Hi
The option to set memory limit os only if your host allows you to do that. Shared hosting environments often do not. (see http://docs.wordfence.com/en/Wordfence_options#How_much_memory_should_Wordfence_request_when_scanning for more information)
You need to ask your hosting provider how much memory you are allowed to use and ask to have it increased to at least 128mb. We don’t use that but we find thats gives enough leeway to handle whatever plugins you have installed on a site.
See this page for more details:
http://docs.wordfence.com/en/PHP_Fatal_error:_Allowed_memory_size%3F_What_does_that_mean%3F
tim
i have uploaded wordpress 4.1 and its shows fatal error in wordpress news:
i have mention already the memory limit of 64 MB in config.php
but this error still alive.
Fatal error: Out of memory (allocated 22020096) (tried to allocate 311933 bytes) in /home/taqworld/public_html/wp-includes/SimplePie/Parser.php on line 122
how can i solve it?
@invisageint Please open your own thread in the future so we can track your issue separately. But the short answer is you don’t have enough memory in php.ini for your plugins and wordpress to run. See here:
http://docs.wordfence.com/en/PHP_Fatal_error:_Allowed_memory_size%3F_What_does_that_mean%3F
tim
hello tnks
when i upload the php.ini in root directory and wp-admin then its in working , all my plugin.
but my media memory goes to low 2 mb . how can i increase? my php.ini is:
<?php
memory_limit = 100M
upload_max_filesize = 100M
post_max_size = 100M
file_uploads = On
‘</p>’