Skip to content

Commit

Permalink
Didn't ammend the last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed May 10, 2014
1 parent cc6c2a7 commit 4391fbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ get_mem_opts () {
[[ "${java_args[@]}" == *-XX:MaxPermSize* ]] ||
[[ "${java_args[@]}" == *-XX:ReservedCodeCacheSize* ]];
then
echo ""
elif [[ !$no_java_version_check ]] && [[ java_version > "1.8" ]]; then
echo "-Xms${mem}m -Xmx${mem}m -XX:ReservedCodeCacheSize=${codecache}m"
else
Expand Down

0 comments on commit 4391fbc

Please sign in to comment.