mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(Launcher): launch chrome with --disable-dev-shm-usage by default (#2351)
Fixes #1834.
This commit is contained in:
@@ -46,7 +46,7 @@ const defaultBrowserOptions = {
|
||||
executablePath,
|
||||
slowMo,
|
||||
headless,
|
||||
args: ['--no-sandbox', '--disable-dev-shm-usage']
|
||||
args: ['--no-sandbox']
|
||||
};
|
||||
|
||||
let parallel = 1;
|
||||
|
||||
Reference in New Issue
Block a user