Merge pull request #2556 from vrenjith/patch-2

Update java.html.md
This commit is contained in:
Michael Schurter 2017-04-13 08:36:28 -07:00 committed by GitHub
commit 5fb9c7b206

View file

@ -21,7 +21,7 @@ task "webservice" {
driver = "java" driver = "java"
config { config {
jar_path = "local/exaple.jar" jar_path = "local/example.jar"
jvm_options = ["-Xmx2048m", "-Xms256m"] jvm_options = ["-Xmx2048m", "-Xms256m"]
} }
} }