Open
Description
Version
1.51.0
Steps to reproduce
- Create playwright
- Create Browser
- Create BrowserContext
- Create page
- Perform login on my page and check if user is properly logged in.
- Close page
- Close BrowserContext
- Close Browser
- Close Playwright
Expected behavior
Memory consumption Is all the time on same level.
Actual behavior
Memory is consumed very fast from 756 MB on the start and reach 4GB after 8h.

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

Environment
OS: jvm-ubuntu:21
Language: Java
Metadata
Metadata
Assignees
Labels
No labels