Skip to content

Commit

Permalink
Disable GPU otherwise getting rendering issues with such errors in logs:
Browse files Browse the repository at this point in the history
SharedImageManager::ProduceMemory: Trying to Produce a Memory
representation from a non-existent mailbox.

Somehow even without --disable-gpu flag the GPU doesn't work. When
launching chrome://gpu page Chrome shows that it doesn't use GPU.
  • Loading branch information
cztomczak committed Nov 6, 2024
1 parent 1c02dcd commit 1e9ca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"reload_page_F5": true,
"devtools_F12": true,
"remote_debugging_port": 0,
"command_line_switches": {},
"command_line_switches": {"disable-gpu": ""},
"enable_downloads": true,
"context_menu": {
"enable_menu": true,
Expand Down

0 comments on commit 1e9ca5b

Please sign in to comment.