ci: limit max stack size to 512 KiB

This commit is contained in:
dergoegge 2024-11-25 14:17:53 +00:00
parent 2638fdb4f9
commit eed67a0bea

View file

@ -97,6 +97,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
--mount "${CI_DEPENDS_MOUNT}" \
--mount "${CI_DEPENDS_SOURCES_MOUNT}" \
--mount "${CI_PREVIOUS_RELEASES_MOUNT}" \
--ulimit stack=524288:524288 \
--env-file /tmp/env-$USER-$CONTAINER_NAME \
--name "$CONTAINER_NAME" \
--network ci-ip6net \