...

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

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

     1{
     2    "ociVersion": "1.0.0",
     3    "root": {
     4        "path": "rootfs"
     5    },
     6    "linux": {
     7        "resources": {
     8            "hugepageLimits": [
     9                {
    10                    "limit": 1234123,
    11                    "pageSize": "64kB"
    12                }
    13            ]
    14        }
    15    }
    16}

View as plain text