> Thanks for both answers. Two ways of doing it. Great!
The :jvm-opts "-Xmx1g" -option in the project-file doesnt seem to work
with the swank-server.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googleg
Thanks for both answers. Two ways of doing it. Great!
On Sat, Jul 3, 2010 at 9:56 AM, Saul Hazledine wrote:
> On Jul 2, 6:35 pm, Nicolas Oury wrote:
> >
> > I am looking for a way to tell leiningen what JVM options to use with the
> > SWANK server. (I need a lot of Heap size to do anything usef
On Jul 2, 6:35 pm, Nicolas Oury wrote:
>
> I am looking for a way to tell leiningen what JVM options to use with the
> SWANK server. (I need a lot of Heap size to do anything useful...)
>
> I wasn't able to find that in the doc. Is it not the right way of
> proceeding?
I'd recommend the sample pr
If you launch swank with 'lein swank', there is probably an option.
lein is just a shell-script which calls the following at the end:
exec $RLWRAP $JAVA_CMD -Xbootclasspath/a:"$CLOJURE_JAR" -client $JAVA_OPTS \
-cp "$CLASSPATH" -Dleiningen.version="$VERSION" $JLINE \
Dear all,
I am moving from netbeans to leiningen + swank + emacs.
Enclojure was great but I wanted to try somnething else. Leiningen is
amazing. Thanks to the author(s).
I am looking for a way to tell leiningen what JVM options to use with the
SWANK server. (I need a lot of Heap size to do anythi