Skip to content

Instantly share code, notes, and snippets.

@nadavelkabets
Last active December 13, 2024 12:47
Show Gist options
  • Save nadavelkabets/734b1e7aa5350ab4e0243c2323f3abfd to your computer and use it in GitHub Desktop.
Save nadavelkabets/734b1e7aa5350ab4e0243c2323f3abfd to your computer and use it in GitHub Desktop.
PyCharm vmoptions configuration for ubuntu 22.04 arm64 vm on MacBook Pro m1 apple silicone with VMware fusion - fix slow and unresponsive graphics

In pycharm go to help -> edit custom vmoptions and paste this config:

-Xmx8192m
-Dsun.java2d.opengl=true
-Dawt.java2d.opengl=true
-Dsun.java2d.opengl.fbobject=false
-Dsun.java2d.metal=false
-Dsun.java2d.xrender=false
-Dsun.java2d.xrender=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment