{ // We can not store data because another process is in the middle of saving return false; } $result = $this->cache->store(serialize($data), $id, $group); if ($locktest->locked === true) { $this->cache->unlock($id, $group); }|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10506240 bytes) at /home/eand/public_html/libraries/src/Cache/Controller/OutputController.php:100 |