github.com/kardianos/nomad@v0.1.3-0.20151022182107-b13df73ee850/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  }