Allowed memory size of 268435456 bytes exhausted
-
The server is a PHP7/NginX/Apache2 VPS at DigitalOcean.
WordPress on the site and all the plugins including Wordfence are fully up to date.
I am now seeing this occurring in the scan log on screen …
Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 22820118 bytes) in … /wp-content/plugins/wordfence/lib/wfConfig.php on line 661
and I have found this in the logs …
[Jan 25 00:16:33:1453706193.323888:1:error]
<b>Fatal error</b>: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1048576 bytes) in <b> … /public/wp-content/plugins/wordfence/lib/wfScanEngine.php</b> on line <b>517</b>I have now set the wpconfig-php as follows …
define( ‘WP_MEMORY_LIMIT’, ‘384M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );But it doesn’t resolve the issue.
Any chance of some guidance please?
Many thanks.
- The topic ‘Allowed memory size of 268435456 bytes exhausted’ is closed to new replies.