From: Jorge Pereira Date: Thu, 7 Nov 2019 19:29:25 +0000 (-0300) Subject: Update the global pool here X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d90fd1c200e35e9f2ace85d603d19316efce76a0;p=thirdparty%2Ffreeradius-server.git Update the global pool here Completing the commit 51ac6d9cd9fa1b3e15bca4aaa22834e5d44a7972 --- diff --git a/scripts/travis/startservice.sh b/scripts/travis/startservice.sh index a83e04451e9..122d4f2430e 100644 --- a/scripts/travis/startservice.sh +++ b/scripts/travis/startservice.sh @@ -39,7 +39,7 @@ function run-tests() { export LDAP_TEST_SERVER_PORT="3890" export REDIS_IPPOOL_TEST_SERVER="127.0.0.1" export ANALYZE_C_DUMP="1" - export FR_GLOBAL_POOL=2M + export FR_GLOBAL_POOL=4M ## before_install if [ "${CC}" == 'gcc' ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 && sudo update-alternatives --config gcc; fi if [ "${CC}" == 'clang' ]; then sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-8 60 && sudo update-alternatives --config clang; fi