Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#181205 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)" "file" => "/app/vendor/doctrine/orm/src/Utility/IdentifierFlattener.php" "line" => 76 ] }
$flatId[$field] = implode(' ', $associatedId); } else { if ($id[$field] instanceof BackedEnum) { $flatId[$field] = $id[$field]->value; } else { $flatId[$field] = $id[$field]; } } } return $flatId;|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) at vendor/doctrine/orm/src/Utility/IdentifierFlattener.php:76 |