I had to increase the PHP Max memory up to 256M for the post to even load, as it was erroring out. It loads now, but takes a solid 3-5 seconds of processing before anything is served up to the user.
Error I was receiving:
[4452] [172.68.133.113:45990] [STDERR] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /***/xen/src/vendor/composer/ClassLoader.php on line 444
Any thoughts?
Error I was receiving:
[4452] [172.68.133.113:45990] [STDERR] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /***/xen/src/vendor/composer/ClassLoader.php on line 444
Any thoughts?
Last edited: