wkhtmltox icon indicating copy to clipboard operation
wkhtmltox copied to clipboard

memory leak

Open chenyingqiao opened this issue 5 years ago • 2 comments

lALPBE1XYE3hWbjNAWrNAlA_592_362

How to release memory?

chenyingqiao avatar May 28 '19 02:05 chenyingqiao

I will need a reproducing script to investigate.

krakjoe avatar May 28 '19 04:05 krakjoe

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.

chenyingqiao avatar Dec 20 '19 13:12 chenyingqiao