We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2677ff7 commit 54ac930Copy full SHA for 54ac930
bin/cljsc
@@ -17,5 +17,5 @@ then
17
echo 'Usage: cljsc <file-or-dir>'
18
echo ' cljsc <file-or-dir> "{:optimizations :advanced}"'
19
else
20
- java -server -cp "$CLJSC_CP" clojure.main "$CLOJURESCRIPT_HOME/bin/cljsc.clj" "$@"
+ java -server -Xms1g -Xmx2g -cp "$CLJSC_CP" clojure.main "$CLOJURESCRIPT_HOME/bin/cljsc.clj" "$@"
21
fi
0 commit comments