Regarding Memory limit issue
-
Hello there,
I have problem regarding memory size in my wordpress site. I have one custom post in which I have 25000 posts. So when I go to that custom post time then 500 internal server error diplay.
But when I Edit Individual post from that custom post type then I can able to edit it but at the bottom of the post due to execution time post can not display properly and got below error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 89 bytes) in /var/www/xyz/wp-includes/cache.php on line 621
I have tried below things in wp-config file:
define(‘WP_MEMORY_LIMIT’, ‘512M’);I have tried below things in php.ini file:
max_input_time = 3600
max_execution_time = 3600
post_max_size = 25MCan any one have same issue? Please help me.
Thanks in advance.
- The topic ‘Regarding Memory limit issue’ is closed to new replies.