github.com/huiliang/nomad@v0.2.1-0.20151124023127-7a8b664699ff/jobspec/test-fixtures/multi-resource.hcl (about) 1 job "binstore-storagelocker" { 2 group "binsl" { 3 count = 5 4 task "binstore" { 5 driver = "docker" 6 7 resources { 8 cpu = 500 9 memory = 128 10 } 11 12 resources { 13 cpu = 500 14 memory = 128 15 } 16 } 17 } 18 }