summaryrefslogtreecommitdiff
path: root/bin/test.bat
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-06-16 01:13:29 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-06-16 01:13:29 -0400
commit6d1a8b2255a7bd52eb20f33ad312dfbdc0db38ee (patch)
treef2390a35fefbbff4d0f8599f40ebd1048951241f /bin/test.bat
parent4e205df9bdb7768bf8dd83d9856b52e2ea0d4094 (diff)
Update bin scripts
Diffstat (limited to 'bin/test.bat')
-rw-r--r--bin/test.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test.bat b/bin/test.bat
index 0b30ab8..c096583 100644
--- a/bin/test.bat
+++ b/bin/test.bat
@@ -1,3 +1,3 @@
REM Windows REPL script
SHIFT
-java -Xmx1g -server -cp lib/clojure.jar;lib/clojure-contrib.jar;lib/jline-0.9.94.jar;lib/postgresql-8.4-701.jdbc4.jar;test jline.ConsoleRunner clojure.main -i %0 -r %*
+java -Xmx384m -server -cp lib/clojure.jar;lib/clojure-contrib.jar;lib/jline-0.9.94.jar;lib/postgresql-8.4-701.jdbc4.jar;lib/clojure-http-client-1.1.0.jar;test jline.ConsoleRunner clojure.main -i %0 -r %*