test: testdata: get rid of memory limits
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
80ad55405f
commit
725c159bea
6 changed files with 0 additions and 6 deletions
1
test/testdata/container_config.json
vendored
1
test/testdata/container_config.json
vendored
|
@ -48,7 +48,6 @@
|
|||
"cpu_period": 10000,
|
||||
"cpu_quota": 20000,
|
||||
"cpu_shares": 512,
|
||||
"memory_limit_in_bytes": 88000000,
|
||||
"oom_score_adj": 30
|
||||
},
|
||||
"security_context": {
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
"cpu_period": 10000,
|
||||
"cpu_quota": 20000,
|
||||
"cpu_shares": 512,
|
||||
"memory_limit_in_bytes": 88000000,
|
||||
"oom_score_adj": 30
|
||||
},
|
||||
"security_context": {
|
||||
|
|
1
test/testdata/container_config_logging.json
vendored
1
test/testdata/container_config_logging.json
vendored
|
@ -50,7 +50,6 @@
|
|||
"cpu_period": 10000,
|
||||
"cpu_quota": 20000,
|
||||
"cpu_shares": 512,
|
||||
"memory_limit_in_bytes": 88000000,
|
||||
"oom_score_adj": 30
|
||||
},
|
||||
"security_context": {
|
||||
|
|
1
test/testdata/container_config_seccomp.json
vendored
1
test/testdata/container_config_seccomp.json
vendored
|
@ -50,7 +50,6 @@
|
|||
"cpu_period": 10000,
|
||||
"cpu_quota": 20000,
|
||||
"cpu_shares": 512,
|
||||
"memory_limit_in_bytes": 88000000,
|
||||
"oom_score_adj": 30
|
||||
},
|
||||
"security_context": {
|
||||
|
|
1
test/testdata/container_redis.json
vendored
1
test/testdata/container_redis.json
vendored
|
@ -48,7 +48,6 @@
|
|||
"cpu_period": 10000,
|
||||
"cpu_quota": 20000,
|
||||
"cpu_shares": 512,
|
||||
"memory_limit_in_bytes": 88000000,
|
||||
"oom_score_adj": 30
|
||||
},
|
||||
"security_context": {
|
||||
|
|
1
test/testdata/container_redis_device.json
vendored
1
test/testdata/container_redis_device.json
vendored
|
@ -55,7 +55,6 @@
|
|||
"cpu_period": 10000,
|
||||
"cpu_quota": 20000,
|
||||
"cpu_shares": 512,
|
||||
"memory_limit_in_bytes": 88000000,
|
||||
"oom_score_adj": 30
|
||||
},
|
||||
"security_context": {
|
||||
|
|
Loading…
Reference in a new issue