Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#21826 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 27267072 bytes)" "file" => "/var/www/html/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 27267072 bytes) at /var/www/html/libraries/src/Cache/Controller/OutputController.php:98 |