Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#7293 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 31502336 bytes)" "file" => "/home/zsgjt19nizk3/public_html/v2/libraries/src/Cache/Controller/OutputController.php" "line" => 98 ] }
if ($locktest->locked === false && $locktest->locklooped === true) { // 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 134217728 bytes exhausted (tried to allocate 31502336 bytes) at /home/zsgjt19nizk3/public_html/v2/libraries/src/Cache/Controller/OutputController.php:98 |