Skip to content

Commit 1e9ca5b

Browse files
committed
Disable GPU otherwise getting rendering issues with such errors in logs:
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.
1 parent 1c02dcd commit 1e9ca5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"reload_page_F5": true,
4949
"devtools_F12": true,
5050
"remote_debugging_port": 0,
51-
"command_line_switches": {},
51+
"command_line_switches": {"disable-gpu": ""},
5252
"enable_downloads": true,
5353
"context_menu": {
5454
"enable_menu": true,

0 commit comments

Comments
 (0)