Out of memory (allocated 12582912) (tried to allocate 4294967268 bytes)
-
I moved to WordPress4.7 and PHP7.1.0 on the same day. After that, I had
PHP Fatal error: Out of memory (allocated xxxxxxx) (tried to allocate 4294967268 bytes) in \wp-content\plugins\jetpack\json-endpoints.php on line 123
.Only json-endpoints.php gives this error, so I can use
ini_set('memory_limit', '4096M');
.
But the problem is I don’t have such size memory areas because of my WordPress on Windows7 x86. Besides, I think 4096M is so big.Any idea?
Thanks in advance.
- The topic ‘Out of memory (allocated 12582912) (tried to allocate 4294967268 bytes)’ is closed to new replies.