From f477fa13e065623e3398f0aa0a8f66f7694ae680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sun, 11 Aug 2024 00:23:08 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-testing:=20=D0=B2=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20`ulimit=20-c=20unliminted`=20=D0=B2?= =?UTF-8?q?=20=D1=81=D1=82=D0=BE=D1=85=D0=B0=D1=81=D1=82=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=BC=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?= =?UTF-8?q?=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/long_stochastic.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/long_stochastic.sh b/test/long_stochastic.sh index 0e38a301..ece40bd5 100755 --- a/test/long_stochastic.sh +++ b/test/long_stochastic.sh @@ -264,6 +264,7 @@ case ${UNAME} in ;; esac +ulimit -c unlimited || echo "failed set unlimited core-dump size" >&2 rm -f ${TESTDB_DIR}/* ###############################################################################