This repo contains source codes for talk about memory leaks delivered on IPC Berlin 2022
docker build -t php81-xdebug .composer dump-autoload./php81 complexExample.phpYou can play with memory limit by setting property "memory_limit":
./php81 -d memory_limit=3000M complexExample.php