Skip to content

Commit

Permalink
Don't set -Xms, it adds to the startup time and has no real benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 7, 2012
1 parent f97f58e commit 262859b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lein
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export LEIN_VERSION="2.0.0-SNAPSHOT"

export LEIN_JVM_OPTS="${LEIN_JVM_OPTS:="-Xms16m -Xmx256m"}"
export LEIN_JVM_OPTS="${LEIN_JVM_OPTS:="-Xmx256m"}"

case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;
Expand Down

0 comments on commit 262859b

Please sign in to comment.