### Version 1.52.0 ### Steps to reproduce You need docker to run this project https://github.com/piotrczarnak/bug-1816_spring Steps to reproduce: 1. Download repo 2 .Go to project with terminal and use docker build -t [imagename] . 3. docker run --init --ipc=host -t [tagoimagefrom2ndpoint] mvn compile exec:java -D exec.mainClass="org.example.App" 4. Wait ~4h and you will see memory consumption growing. To check memory consumption per process use stem -t (already installed) ### Expected behavior Memory consumption stays on the same level. ### Actual behavior I have constantly running tests in docker container. Each hour I see memory consumption is growing even though I close each test page, browser and playwright itself. Test stared with 456 MB and after 8h it reached 4GB <img width="677" height="187" alt="Image" src="https://github.com/user-attachments/assets/50f85418-e6fe-44d6-966a-9bb4f2c4a7af" /> ### Additional context Tests are run in docker container which is created by myself. Tests are run each 1000 ms. I noticed that there are many not closed processes. After using stem -t <img width="660" height="400" alt="Image" src="https://github.com/user-attachments/assets/6385c2ef-327e-4494-9a67-bab7224b63d4" /> ### Environment ```shell OS: jvm-ubuntu:21 Language: Java ```