Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

high bandwidth usage when intellij products are opened #4

Open
unstabler opened this issue Oct 13, 2022 · 4 comments
Open

high bandwidth usage when intellij products are opened #4

unstabler opened this issue Oct 13, 2022 · 4 comments

Comments

@unstabler
Copy link
Collaborator

unstabler commented Oct 13, 2022

DESCRIPTION

  • IntelliJ 계열 IDE (WebStorm, AppCode, CLion ...) 가 화면에 표시되고 있으면 RFX 코덱 상태에서 기본 60~100Mbps를 사용하는 문제가 있음

TODO

  • partial update 시 겹치는 rect를 반환하고 있지 않는가 -> 겹치는 rect를 merge 했더니 뭔가 동작이 이상하다. 잘못 짰나?
@unstabler
Copy link
Collaborator Author

unstabler commented Feb 5, 2023

  • -Dsun.java2d.opengl=false 를 VM 옵션에 넣어 OpenGL 가속을 껐더니 60Mbps -> 25Mbps 가량으로 줄긴 했다.
  • SessionProjector.app 설정에서 SCScreenRecorder 대신 AVFScreenRecorder을 사용하도록 하면 30Mbps 가량을 고정으로 잡아먹게 된다.

@unstabler
Copy link
Collaborator Author

  1. VM 옵션에서 2개 옵션을 설정한다.
-Dsun.java2d.metal=false
-Dsun.java2d.opengl=false

Action->Registry->ide.browser.jcef.gpu.disable에 체크를 넣는다.

@unstabler
Copy link
Collaborator Author

왠진 모르겠지만 최신 버전에서 문제 해결된듯

@unstabler unstabler reopened this Jun 9, 2023
@unstabler
Copy link
Collaborator Author

아니다 타이핑할때 대역폭 졸라쳐먹네 ㅜㅜ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant