We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 799d52d + 6fb8054 commit df25d7cCopy full SHA for df25d7c
tests/integration/cgroups.bats
@@ -337,7 +337,7 @@ convert_hugetlb_size() {
337
338
set_cgroups_path
339
update_config ' .linux.resources.unified |= {
340
- "memory.max": "20484096",
+ "memory.max": "20512768",
341
"memory.swap.max": "20971520"
342
}'
343
@@ -348,10 +348,10 @@ convert_hugetlb_size() {
348
[ "$status" -eq 0 ]
349
echo "$output"
350
351
- echo "$output" | grep -q '^memory.max:20484096$'
+ echo "$output" | grep -q '^memory.max:20512768$'
352
echo "$output" | grep -q '^memory.swap.max:20971520$'
353
354
- check_systemd_value "MemoryMax" 20484096
+ check_systemd_value "MemoryMax" 20512768
355
check_systemd_value "MemorySwapMax" 20971520
356
}
357
0 commit comments