github.com/chenbh/concourse/v6@v6.4.2/testflight/fixtures/container_limits.yml (about) 1 --- 2 jobs: 3 - name: container-limits-job 4 plan: 5 - task: task-with-container-limits 6 config: 7 platform: linux 8 image_resource: 9 type: mock 10 source: {mirror_self: true} 11 container_limits: 12 cpu: 512 13 memory: 1GB 14 run: 15 path: sh 16 args: ["-c", "echo hello"]