#!/usr/bin/env php === Fixing Stale Tier References === Allowed memory size of 134217728 bytes exhausted (tried to allocate 606208 bytes) (500 Internal Server Error)

Symfony Exception

FatalError

HTTP 500 Internal Server Error

Allowed memory size of 134217728 bytes exhausted (tried to allocate 606208 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

Show exception properties
Symfony\Component\ErrorHandler\Error\FatalError {#2349
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 606208 bytes)"
    "file" => "/home/globalgala/public_html/2026_backend_dev/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
    "line" => 421
  ]
}
  1.             $this->bindValues($statement$this->prepareBindings($bindings));
  2.             $statement->execute();
  3.             return $statement->fetchAll();
  4.         });
  5.     }
  6.     /**
  7.      * Run a select statement against the database and returns a generator.

Stack Trace

FatalError
Symfony\Component\ErrorHandler\Error\FatalError:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 606208 bytes)

  at /home/globalgala/public_html/2026_backend_dev/vendor/laravel/framework/src/Illuminate/Database/Connection.php:421