Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#182321 -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/AbstractHydrator.php" "line" => 459 ] }
$classMetadata = $this->getClassMetadata($this->rsm->declaringClasses[$key]); $fieldName = $this->rsm->fieldMappings[$key]; $fieldMapping = $classMetadata->fieldMappings[$fieldName]; $ownerMap = $this->rsm->columnOwnerMap[$key]; $columnInfo = [ 'isIdentifier' => in_array($fieldName, $classMetadata->identifier, true), 'fieldName' => $fieldName, 'type' => Type::getType($fieldMapping->type), 'dqlAlias' => $ownerMap, 'enumType' => $this->rsm->enumMappings[$key] ?? null, ];|
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/AbstractHydrator.php:459 |