Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#181746 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)" "file" => "/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php" "line" => 167 ] }
$fieldName = $cacheKeyInfo['fieldName']; // Prevent overwrite in case of inherit classes using same property name (See AbstractHydrator) if (! isset($data[$fieldName]) || ! $valueIsNull) { $data[$fieldName] = $value; } } if (isset($this->hints[Query::HINT_REFRESH_ENTITY])) { $this->registerManaged($this->class, $this->hints[Query::HINT_REFRESH_ENTITY], $data);|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) at vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:167 |