Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2480408 bytes) in /var/www/html/wp-includes/wp-db.php on line 2169 Allowed memory size of 134217728 bytes exhausted (tried to allocate 2480408 bytes) (500 Internal Server Error)

Symfony Exception

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

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

  1.         if ( defined'SAVEQUERIES' ) && SAVEQUERIES ) {
  2.             $this->timer_start();
  3.         }
  4.         if ( ! empty( $this->dbh ) && $this->use_mysqli ) {
  5.             $this->result mysqli_query$this->dbh$query );
  6.         } elseif ( ! empty( $this->dbh ) ) {
  7.             $this->result mysql_query$query$this->dbh );
  8.         }
  9.         $this->num_queries++;

Stack Trace

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

  at /var/www/html/wp-includes/wp-db.php:2169