Anyone has this issue that if you share just the A...
# random
t
Anyone has this issue that if you share just the Android Studio window via hangouts it gets extremely slow on mac?
1
👌 1
🚫 1
d
Do you run out of memory, and started swapping? That has been the main reason for this in my experience.
t
I don't think that's the issue, I have 24gb, would be crazy if sharing the AS's window would cause it to be out of memory 😞
d
I got 32GB ram but still sometimes Android Studio manages to take it all along with a browser tab or 2
t
But in this case doesn't matter, even if I have just the initial window where you pick which project to open and share it, it's super laggy
d
So sharing entire screen is not a problem?
t
If I share the entire screen, it's totally fine
d
Think I've seen this on macOS with Jitsi in the past, not sure exactly why though.
t
Found a solution! Adding
-Dsun.java2d.metal=false
to the VM options as suggested in this comment. Now everything seems to be running smoothly.
👍 1