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

Disable macOS App Nap for better performance #29

Closed
AkihiroSuda opened this issue May 20, 2021 · 1 comment · Fixed by #30
Closed

Disable macOS App Nap for better performance #29

AkihiroSuda opened this issue May 20, 2021 · 1 comment · Fixed by #30

Comments

@AkihiroSuda
Copy link
Member

https://gitlab.com/qemu-project/qemu/-/issues/334

@dza89
Copy link

dza89 commented May 20, 2021

The difference is enormous, I've disabled it completely by using

defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
``

AkihiroSuda added a commit that referenced this issue May 21, 2021
As of QEMU v5.2, enabling video display has negative impact due to macOS
App Nap: https://gitlab.com/qemu-project/qemu/-/issues/334

Close #29

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
AkihiroSuda added a commit that referenced this issue May 21, 2021
As of QEMU v5.2, enabling video display has negative impact due to macOS
App Nap: https://gitlab.com/qemu-project/qemu/-/issues/334

Close #29

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
HappyTobi referenced this issue in HappyTobi/lima Jun 29, 2021
As of QEMU v5.2, enabling video display has negative impact due to macOS
App Nap: https://gitlab.com/qemu-project/qemu/-/issues/334

Close #29

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants