...

Text file src/github.com/opencontainers/runtime-spec/schema/test/config/good/linux-rdma.json

Documentation: github.com/opencontainers/runtime-spec/schema/test/config/good

     1{
     2    "ociVersion": "1.0.0",
     3    "root": {
     4        "path": "rootfs"
     5    },
     6    "linux": {
     7        "resources": {
     8            "rdma": {
     9                "mlx5_1": {
    10                    "hcaHandles": 3,
    11                    "hcaObjects": 10000
    12                },
    13                "mlx4_0": {
    14                    "hcaObjects": 1000
    15                },
    16                "rxe3": {
    17                    "hcaObjects": 10000
    18                }
    19            }
    20        }
    21    }
    22}

View as plain text