I have a WordPress application running on a Xampp over a Windows machine.
Here, arbitrary "out of memory" fatal errors are encountered in file wp-includes/wp-db.php
. I checked with my .ini file and found the required configuration as:
max_execution_time=600
memory_limit=2048M
post_max_size=750M
Nothing overriding in wp-config.php as well.
And size of my access log file of Apache is 165 MB and size of error log file of Apache is 2.24 MB.
I believe one or more of the above given detail is the reason behind this random out of memory issue.
What's the correction needed and what could be the issue?