For Nish the minumum is really only:

# create test pic
char="y"; sz=16384; convert -size ${sz}x${sz} xc:white ${char}.png; ll -h 
${char}.png

# Load and kill while that
<?php
    header("Content-Type: text/plain");
    ini_set('max_execution_time', 10);
    $image = new \Imagick(realpath('/usr/share/backgrounds/y.png'));
?>

I tested a 7.0.17 as requested but 7.0.17-2+deb.sury.org~xenial+1 did
not change it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1677578

Title:
  php-fcgi: max_execution_time causes memory leaks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1677578/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to