Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 15935096 bytes) in /home2/idlaapedu/public_html/libraries/regularlabs/src/RegEx.php on line 261
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 15935096 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 15935096 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.             return $string;
  2.         }
  3.         $pattern self::preparePattern($pattern$options$string);
  4.         return preg_replace($pattern$replacement$string$limit$count);
  5.     }
  6.     /**
  7.      * Perform a regular expression search and replace once
  8.      *

Stack Trace

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

  at /home2/idlaapedu/public_html/libraries/regularlabs/src/RegEx.php:261