Skip to content

Commit

Permalink
Use --disable-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
montehurd committed May 12, 2024
1 parent 8c3ddd9 commit 4f785e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/configCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
'--no-sandbox',
'--disable-setuid-sandbox',
'--single-process',
'--disable-dev-shm-usage'
'--disable-dev-shm-usage',
'--disable-gpu'
]
},
debug: false,
Expand Down

0 comments on commit 4f785e1

Please sign in to comment.