liebke / cljr

cljr is a Clojure REPL and package management system.
236 stars 11 forks source link

Allow setting java options for running REPL or SwingREPL #7

Closed dakrone closed 14 years ago

dakrone commented 14 years ago

I have some code I would like to test from the REPL, it requires 1gb of space allocated in order not to overflow the heap.

I'd like to be able to do something like:

export CLJ_OPTS="-server -Xmx1024m"

and have clj respect those options.

liebke commented 14 years ago

Excellent point, I do need to allow for jvm options.

liebke commented 14 years ago

JVM_OPTS option added, see options section of README.