Skip to content

Commit 49faec8

Browse files
authored
add no-zygote and single-process args to try and prevent orphan chrome processes after exit
1 parent 930fb39 commit 49faec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

archivebox/util.py

+2
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ def chrome_args(**options) -> List[str]:
242242
'--disable-software-rasterizer',
243243
'--run-all-compositor-stages-before-draw',
244244
'--hide-scrollbars',
245+
'--single-process',
246+
'--no-zygote',
245247
)
246248

247249

0 commit comments

Comments
 (0)