Skip to content

Instantly share code, notes, and snippets.

View nadavelkabets's full-sized avatar

Nadav Elkabets nadavelkabets

View GitHub Profile
@nadavelkabets
nadavelkabets / pycharm_vmoptions_for_macbook_m1.md
Last active December 13, 2024 12:47
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