0 of 0Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#7849 ▼ -error: array:4 [▶ "type" => 1 "message" => "Allowed memory size of 536870912 bytes exhausted (tried to allocate 15728672 bytes)" "file" => "/home/keram23/public_html/libraries/vendor/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php" "line" => 1246 ] }
* @param mixed $suffix
* @return string
*/
protected function getAddDatasetCode($requestId, $data, $suffix = null)
{
$js = sprintf("%s.addDataSet(%s, \"%s\"%s);\n",
$this->variableName,
json_encode($data, JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP | JSON_INVALID_UTF8_IGNORE),
$requestId,
$suffix ? ", " . json_encode($suffix) : ''
);
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 15728672 bytes) at /home/keram23/public_html/libraries/vendor/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php:1246 |