Hi,
256M is really a lot of memory. Changing the memory limit is really putting a bandage on the problem.
Remove everything unnecessary.
There may be your site have large database and for processing large database it’s give memory error.
Try to increase memory and late me know in case any issue.
You can override this by defining WP_MAX_MEMORY_LIMIT in wp-config.php:
define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ );
Hope you are doing well.
Let me know in case any issue.
Hey Prashant,
Thanks 🙂
I didn’t know you cared this much.
Closing this now.
Thanks
I have
define(‘WP_MEMORY_LIMIT’, ‘1024M’); and I’m still getting the error.
It is a large database. Are there limits to the program?
Hi,
If database size is very large then this issue is occurred.
I will try to find alternative solution for large database or divide sql dump in to number of dump.
I will try on test server and let you know.