Skip to content

Commit

Permalink
feat(main): add "--disable-dev-shm-usage" as a default chrome launch arg
Browse files Browse the repository at this point in the history
Increase shared memory size of Chromium instance by adding --disable-dev-shm-usage. See
https://developers.google.com/web/tools/puppeteer/troubleshooting#tips for details.

fix #517
  • Loading branch information
onderceylan committed Jul 13, 2021
1 parent 9f67c4e commit a444f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export default {
},

CHROME_LAUNCH_ARGS: [
'--disable-dev-shm-usage',
'--log-level=3', // Fatal only
'--no-default-browser-check',
'--disable-infobars',
Expand Down

0 comments on commit a444f76

Please sign in to comment.