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

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

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"]
}
}