Skip to content

Commit

Permalink
DAOS-13684 test: Bump docker nlt system_ram_reserved (#12432) (#12471)
Browse files Browse the repository at this point in the history
Increase system RAM reservation when calculating tmpfs size in NLT
docker tests to avoid intermittent available memory check failures on
engine start due to memory contention across multiple containers on
the same host.

Signed-off-by: Tom Nabarro <tom.nabarro@intel.com>
  • Loading branch information
tanabarr committed Jun 23, 2023
1 parent 1d7b7a2 commit 4f3a3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker_nlt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pushd "$TMP_DIR"
set +e

sudo --preserve-env=VIRTUAL_ENV,PATH ./node_local_test.py \
--no-root --memcheck no --system-ram-reserved 32 --server-debug WARN "$@"
--no-root --memcheck no --system-ram-reserved 48 --server-debug WARN "$@"

RC=$?
set -e
Expand Down

0 comments on commit 4f3a3d6

Please sign in to comment.