github.com/jmitchell/nomad@v0.1.3-0.20151007230021-7ab84c2862d8/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 }