1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12:00

add no-zygote and single-process args to try and prevent orphan chrome processes after exit

This commit is contained in:
Nick Sweeting 2021-05-13 05:04:23 -04:00 committed by GitHub
parent 930fb394c3
commit 49faec8f6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,6 +242,8 @@ def chrome_args(**options) -> List[str]:
'--disable-software-rasterizer',
'--run-all-compositor-stages-before-draw',
'--hide-scrollbars',
'--single-process',
'--no-zygote',
)