Merge branch 'master' of github.com:hashicorp/nomad

This commit is contained in:
Alex Dadgar 2017-04-14 12:47:52 -07:00
commit ba052d8405

View file

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