mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 13:21:52 +02:00
add no-zygote and single-process args to try and prevent orphan chrome processes after exit
This commit is contained in:
@@ -242,6 +242,8 @@ def chrome_args(**options) -> List[str]:
|
|||||||
'--disable-software-rasterizer',
|
'--disable-software-rasterizer',
|
||||||
'--run-all-compositor-stages-before-draw',
|
'--run-all-compositor-stages-before-draw',
|
||||||
'--hide-scrollbars',
|
'--hide-scrollbars',
|
||||||
|
'--single-process',
|
||||||
|
'--no-zygote',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user