PHP Fatal Error: Out of memory
-
Hi to All,
I’am new here in WordPress:) And it is very cool that WordPress has this kind of forum to help each other!
Ok, I have a problem with our intra installed on Xampp/Wordpress 4.9.4 and PHP Version: 7.2.0.
The problem is that we get 1-3 times a week this error:
Fatal error: Out of memory (allocated 6291456) (tried to allocate 65536 bytes) in D:\xampp\htdocs\xxx\wp-includes\meta.php on line 868
Fatal error: Out of memory (allocated 6291456) (tried to allocate 65536 bytes) in Unknown on line 0
Every time plugin / file paths are different.
We have done these things:
php.ini
– memory_limit = 512M
– max_input_vars: 2000
– max_execution_time: 60
– upload_max_filesize: 8Mwp-config.php
– define ( ‘WP_MEMORY_LIMIT’, ‘512M’ );But no effect on error. It still comes time or another.
Memory Usage: 6M (1%) of 512M.
So if somebody can help me, it would be very very kind thing because we do not know anymore what to do.
Thanks in advance ??
- The topic ‘PHP Fatal Error: Out of memory’ is closed to new replies.