mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
add no-zygote and single-process args to try and prevent orphan chrome processes after exit
This commit is contained in:
parent
930fb394c3
commit
49faec8f6d
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue