wkhtmltox
wkhtmltox copied to clipboard
memory leak
How to release memory?
I will need a reproducing script to investigate.
I will need a reproducing script to investigate.
$converter = new \wkhtmltox\Image\Converter(null, [
"fmt" => "jpg",
'screenWidth' => 750,
'quality' => 90,
"in" => $htmlPath,
"out" => $shotImagePath
]);
$converter->convert();
unset($converter);
wkhtmltox.graphics is off. Thanks for help troubleshooting.