Fatal error: Out of memory (allocated 20971520 bytes) (tried to allocate 32768 bytes) in /home/ephpnode/domains/kz-weszlo/vendor/symfony/http-client/HttpClientTrait.php on line 140
Error: Out of memory (allocated 20971520 bytes) (tried to allocate 32768 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

Error: Out of memory (allocated 20971520 bytes) (tried to allocate 32768 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#619
  -error: array:4 [
    "type" => 1
    "message" => "Out of memory (allocated 20971520 bytes) (tried to allocate 32768 bytes)"
    "file" => "/home/ephpnode/domains/kz-weszlo/vendor/symfony/http-client/HttpClientTrait.php"
    "line" => 140
  ]
}
  1.             $count \count($options['auth_basic']);
  2.             if ($count <= || $count 2) {
  3.                 throw new InvalidArgumentException(sprintf('Option "auth_basic" must contain 1 or 2 elements, "%s" given.'$count));
  4.             }
  5.             $options['auth_basic'] = implode(':'$options['auth_basic']);
  6.         }
  7.         if (!\is_string($options['auth_basic'] ?? '')) {
  8.             throw new InvalidArgumentException(sprintf('Option "auth_basic" must be string or an array, "%s" given.'get_debug_type($options['auth_basic'])));
  9.         }

Stack Trace

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

  at /home/ephpnode/domains/kz-weszlo/vendor/symfony/http-client/HttpClientTrait.php:140