JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

Configurable VM Options for the "Clojure Console" #60

Closed martintrojer closed 10 years ago

martintrojer commented 10 years ago

I want to increase (among other things) PermGen size in the clojure console.

The VM parameters seems to be hardcoded, how a about a settings box for this in File -> Settings -> Clojure ?

cmf commented 10 years ago

These are currently fairly well hidden - open project structure, Modules and get the facet properties. There you can change the VM parameters. This is on the list to improve.