You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of reusing FFmpeg image is built in other project. Now, an image RecorderBase is built, including FFmpeg, codec x264, and other dpes for x11 recording (keep it minimal)
NodeBase is built on top of RecorderBase (which includes recording tools) in each Node and Standalone images
Originally posted by saidoyk November 1, 2024
I have a Selenium Grid setup with 20 Chrome containers and 20 video recording containers monitoring each one. This setup consumes 80GB of memory. Do I need 20 video containers? Can a single video container monitor multiple Chrome pods? Also, my docker-compose file is too long may I simply it easily or do I need a scalable automation script?
Phase 1
Instead of reusing FFmpeg image is built in other project. Now, an image
RecorderBase
is built, including FFmpeg, codec x264, and other dpes for x11 recording (keep it minimal)NodeBase is built on top of RecorderBase (which includes recording tools) in each Node and Standalone images
Discussed in #2452
Originally posted by saidoyk November 1, 2024
I have a Selenium Grid setup with 20 Chrome containers and 20 video recording containers monitoring each one. This setup consumes 80GB of memory. Do I need 20 video containers? Can a single video container monitor multiple Chrome pods? Also, my docker-compose file is too long may I simply it easily or do I need a scalable automation script?
The text was updated successfully, but these errors were encountered: