Replies: 1 comment 1 reply
-
yeah i dont recommend it unfortunately, playwright will use a lot of memory randomly |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys!
I'm running my changedetection.io (docker) istance in a OrangePi with 1 GB of RAM, stock server Debian image (Bullseye).
Playwright fetching method stresses all its resource, like ZRAM always full occupied and a RAM never lower than the 60%.
So I'm searching for the best setting in order to reduce the overall consumption.
This is my config right now
I set a limit to the max concurrent session from 10 to 2 as suggested in the wiki for ARM devices. My next idea was to simply switch the screen resolution/depth of the headless browser to a lower one, but I don't know if this could be really effective.
What do you think about? Do you have other suggestions? Thanks
Beta Was this translation helpful? Give feedback.
All reactions