ttcn3-pgw-test: set '--ulimit core=-1' for osmo-uecups-daemon

Change-Id: I16f4eefa2bb48486c139ca63f2a48346f0532a8c
Related: SYS#5602
This commit is contained in:
Vadim Yanitskiy 2022-01-26 00:20:57 +06:00
parent 13d4b200b2
commit 4f57079115
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ docker run --cap-add=NET_ADMIN --cap-add=SYS_ADMIN \
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
--rm \
$(docker_network_params $SUBNET 20) \
--ulimit core=-1 \
-v $VOL_BASE_DIR/osmo-uecups:/data \
-e "WORKDIR=/data" \
--name ${BUILD_TAG}-uecups -d \