Skip to content

Commit 546b6f3

Browse files
use --disable-dev-shm-usage to start chrome (#3739)
to avoid ERR_INSUFFICIENT_RESOURCES errors
1 parent b4be67a commit 546b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base_test_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def setUpClass(cls):
4747

4848
# the next 2 maybe needed in some scenario's for example on WSL or other headless situations
4949
dd_driver_options.add_argument("--no-sandbox")
50-
# dd_driver_options.add_argument("--disable-dev-shm-usage")
50+
dd_driver_options.add_argument("--disable-dev-shm-usage")
5151
dd_driver_options.add_argument("--disable-gpu") # on windows sometimes chrome can't start with certain gpu driver versions, even in headless mode
5252

5353
# start maximized or at least with sufficient with because datatables will hide certain controls when the screen is too narrow

0 commit comments

Comments
 (0)