Fatal error: Out of memory (allocated 6291456 bytes) (tried to allocate 655360 bytes) in /home/manager/simplexsms.com/vendor/symfony/http-kernel/EventListener/RouterListener.php on line 124
Error: Out of memory (allocated 6291456 bytes) (tried to allocate 655360 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

Error: Out of memory (allocated 6291456 bytes) (tried to allocate 655360 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.             $request->attributes->set('_route_params'$parameters);
  2.         } catch (ResourceNotFoundException $e) {
  3.             $message sprintf('No route found for "%s %s"'$request->getMethod(), $request->getUriForPath($request->getPathInfo()));
  4.             if ($referer $request->headers->get('referer')) {
  5.                 $message .= sprintf(' (from "%s")'$referer);
  6.             }
  7.             throw new NotFoundHttpException($message$e);
  8.         } catch (MethodNotAllowedException $e) {
  9.             $message sprintf('No route found for "%s %s": Method Not Allowed (Allow: %s)'$request->getMethod(), $request->getUriForPath($request->getPathInfo()), implode(', '$e->getAllowedMethods()));

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Out of memory (allocated 6291456 bytes) (tried to allocate 655360 bytes)

  at /home/manager/simplexsms.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:124