``` [jvm] options: ["-Xmx1g", "-XX:MaxPermSize=256...
# general
w
Copy code
[jvm]
options: ["-Xmx1g", "-XX:MaxPermSize=256m"]

# synthetic classpath has to be turned off because IntelliJ tries load up info
# of all plugins from the list of jars directly on the classpath.
synthetic_classpath: False